Google Apps Script – File Clone

File clone Google spreadsheet

This little script makes a copy of a list of Google Drive files in a Google Sheet in a folder called “Cloned Files”. You can get a copy by clicking on this link. You can see the script in Extensions […]

Share

read more →

Merging two 2D arrays/datasets/tables with 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 […]

Share

read more →

Screencast of developing Google Apps Script offline

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.

Share

read more →

Google Apps Script Dev Flow with GitHub

Here’s a writeup of a GitHub work flow for multiple devs with various tips and tricks we’ve picked up along the way. What do you think? It is a little prescriptive, but they are all things I’ve found useful, just […]

Share

read more →

PDF Creator – Email form submission in a PDF

This script automatically emails the submission from a Google Form as a PDF. The PDF is created by populating a Google Doc template from the values in the Google responses spreadsheet. Further to user requests, I have created many variations […]

Share

read more →