youtube image
From YouTube: Office Scripts: Introduction to the make-up of a script

Description

See here for more details and additional samples: https://github.com/sumurthy/officescripts-projects/tree/main/Getting%20Started#gentle-introduction-to-script

Content:
0:00 Introduction to scripts
13:57 Switch to the Excel web app and access Office Scripts (Automate tab)
14:48 Start a new script - introduction to `main` function
15:28 Getter methods
19:06 Method chaining
21:49 Checking for `undefined` type and handling that condition
25:15 getCollection getter methods and collection handling
30:22 Using functions to organize your code, optional and required arguments
35:00 Setter methods and actions
37:48 Static-typing, implicit-any, explicit-any types