mirror of
https://github.com/bellingcat/google-apps-script.git
synced 2026-06-10 12:28:38 +03:00
12 lines
707 B
Markdown
12 lines
707 B
Markdown
# Google Apps Script
|
|
A (growing) collection of handy Google Apps Script code snippets.
|
|
|
|
|
|
To learn how to use Apps Script, check [this quick tutorial](https://codelabs.developers.google.com/codelabs/apps-script-intro/#0), the [homepage](https://developers.google.com/apps-script), and the [docs](https://developers.google.com/apps-script/reference).
|
|
|
|
|
|
---
|
|
### Scripts
|
|
- [auto-backup](auto-backup) automatically create regular backups for Google Files
|
|
- [gsheets-helper](gsheets-helper) a google sheets helper class that makes it easier to manipulate tabular data programatically
|
|
- [monitor-sheet](monitor-sheet) check if a google sheet contains/does not contain a special value, eg use: detect broken data |