Meet the experts!

Proud to be included in a recent blog post about the Google Workspace Google Developers Experts! https://developers.googleblog.com/2020/12/meet-google-workspace-developer-experts.html
Proud to be included in a recent blog post about the Google Workspace Google Developers Experts! https://developers.googleblog.com/2020/12/meet-google-workspace-developer-experts.html
Very proud to have been part of the re-launch of the popular YouTube show dedicated to Google Apps Script – Totally Unscripted. “This time tomorrow will see the return of Totally Unscripted the Google Workspace and Apps Script developer community […]
Back in 2013, someone had the great idea of forking the JavaScript testing library QUnit and updating it to work with Google Apps Script. However, no (public) work has been done on it since and it is stuck with v1.12 of […]
Tutorial on creating a Google Spreadsheet Sidebar with Materialize CSS framework, jQuery JavaScript framework, and Google Apps Script.
Ever needed to merge two similar datasets and automatically get rid of any duplicates? This article describes how to do that using the SsObjects Google Apps Script library. And if you are just looking for a solution without taking […]
I have repurposed Amit Agarwal’s GSheet for India for use with Welsh regional data. Amit’s website describes how his work’s behind the scenes. The main difference is mine uses the data put together by Tom White for UK cases who […]
This GDrive folder contains a great video demo of how Alex Ivanov has set up his environment to develop Google Apps Script offline using Visual Studio Code, the Clasp script and this boilerplate.
I have done a write-up of the various ways the functionality of a Google Apps Script can be shared/published/deployed.
An exciting day for all us Apps Script devs: Google have finally replace the Rhino JS engine with the V8 used in Chrome and Node.js! So we can now use all those funky new features. If there is not a […]
Unfortunately we don’t yet have our own npm in Google Apps Script 🙁 Although there have been efforts to pull together all those Apps Script libraries that are out there, nothing seems to have ever stuck. So this is […]