unmerged ranges within a range #33

This commit is contained in:
Alexander Ivanov
2018-09-09 10:29:53 +03:00
parent e216ff235f
commit fa957c85e7

View File

@@ -20,6 +20,8 @@
- [Logging](#logging)
- [Snippets and assorted](#snippets-and-assorted)
- [Snippets](#snippets)
- [Spreadsheets](#spreadsheets)
- [XML](#xml)
- [Assorted](#assorted)
<!-- /TOC -->
@@ -127,8 +129,16 @@ Assertion and unit testing of modular libraries
### Snippets
#### Spreadsheets
- [[Apps Script] Getting the unmerged ranges within a range](https://gist.github.com/erickoledadevrel/6fa9b256f41b5d7646ba6ed37e0f8018)
#### XML
- [A function to convert an XML string to a JSON object in Apps Script, using logic similar to the sunset method Xml.parse()](https://gist.github.com/erickoledadevrel/6b1e9e2796e3c21f669f)
### Assorted
- [GoogleSheets](https://github.com/Max-Makhrov/GoogleSheets) best code I've tested in Google Sheets