https://github.com/tcd/tcd-apps-script
https://github.com/tcd/tcd-apps-script
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/tcd/tcd-apps-script
- Owner: tcd
- Created: 2022-05-04T15:12:03.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-18T19:46:57.000Z (almost 4 years ago)
- Last Synced: 2025-06-12T19:04:16.043Z (about 1 year ago)
- Language: TypeScript
- Size: 277 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tcd-apps-script
[](https://github.com/google/clasp)
## Notes
- A `Spreadsheet` is the parent that contains `Sheet`s.
- A `GoogleAppsScript.Spreadsheet.Spreadsheet` is the parent that contains `GoogleAppsScript.Spreadsheet.Sheet`s.
## Links
- Docs
- [Automate tasks with Apps Script](https://developers.google.com/apps-script/guides/sheets/functions)
- [Develop Apps Script using TypeScript](https://developers.google.com/apps-script/guides/typescript)
- [Command Line Interface using clasp](https://developers.google.com/apps-script/guides/clasp#create_a_new_apps_script_project)
- [Simple Triggers](https://developers.google.com/apps-script/guides/triggers)
- Repos
- [googleworkspace/apps-script-samples](https://github.com/googleworkspace/apps-script-samples)
- [google/clasp](https://github.com/google/clasp)
- Misc.
- [A1 Notation](https://developers.google.com/sheets/api/guides/concepts)