Google Apps Script
Create Your Own APIs with Google Sheets and Google Apps Script (Part 2)
If you haven’t read Part 1 of this article series, make sure you check that out first! We created a spreadsheet (database) with sheets (tables). Now, let’s learn how to…
March 20, 2023 • 6 minute read
Create Your Own APIs with Google Sheets and Google Apps Script (Part 1)
During development of an application, sometimes the APIs required to gather the data are not ready. You could hard code data into your application. However, that doesn’t provide the experience…
March 20, 2023 • 3 minute read
Translate App
Translate text to and from English, French, German, Italian, Portuguese, and Spanish. Links Features
July 29, 2022
Move Row on Edit using Google Sheets
Have you ever needed to move a row of data from one sheet to another when entering a specific value into a specific column? With this article, you’ll learn how…
December 11, 2021 • 4 minute read
Image Library using Google Drive
With Google Drive, Apps Script, Bootstrap, and a little jQuery, you can develop an Image Library web application with search and download functionality! Let’s get started!Table of ContentsImage Library ExampleGoogle…
February 16, 2021 • 12 minute read