Category Google Apps

Posts about development using Google Apps Script

Some Useful Reusable Functions in Google Sheets Scripts

Google Apps Script code sample
When working on the simple work order system for my friend, I found a few places where the built-in Google Apps Script classes didn't have methods that did what I needed. There were also situations where I was making the same long chain of method calls over and over. So I wrote a couple of helper functions to facilitate simplifying these other parts of the script.