Last active
February 27, 2022 03:53
-
-
Save joelwolfgang/8b74e34bc130e14d86bac36bc334150c to your computer and use it in GitHub Desktop.
Numbers Hello World Script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var Numbers = Application("Numbers"); | |
Numbers.includeStandardAdditions = true; | |
Numbers.documents[0].sheets[0].tables["Table 1"].cells['A1'].value = "Hello World"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment