google-apps-script-cheat-sheet #65

This commit is contained in:
Alexander Ivanov
2018-09-09 10:55:19 +03:00
parent 86156aa93d
commit d3c29b35fb

View File

@@ -21,6 +21,7 @@
- [Logging](#logging)
- [Snippets and assorted](#snippets-and-assorted)
- [Snippets](#snippets)
- [Lists & collections](#lists--collections)
- [Spreadsheets](#spreadsheets)
- [XML](#xml)
- [Assorted](#assorted)
@@ -135,6 +136,10 @@ Assertion and unit testing of modular libraries
### Snippets
#### Lists & collections
- [Google Apps Script Cheat Sheet](https://github.com/jychri/google-apps-script-cheat-sheet)
#### Spreadsheets
- [[Apps Script] Getting the unmerged ranges within a range](https://gist.github.com/erickoledadevrel/6fa9b256f41b5d7646ba6ed37e0f8018)