An open API service indexing awesome lists of open source software.

https://github.com/tcd/tcd-apps-script


https://github.com/tcd/tcd-apps-script

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# tcd-apps-script

[![clasp](https://img.shields.io/badge/built%20with-clasp-4285f4.svg)](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)