Skip to content

Instantly share code, notes, and snippets.

@joelwolfgang
Last active February 27, 2022 03:53
Show Gist options
  • Save joelwolfgang/8b74e34bc130e14d86bac36bc334150c to your computer and use it in GitHub Desktop.
Save joelwolfgang/8b74e34bc130e14d86bac36bc334150c to your computer and use it in GitHub Desktop.
Numbers Hello World Script
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