
Learn how the indexOf function finds the position of a value in an array within Google Apps Script, with zero-based indexing using names and spreadsheet data.
Practice adding and removing array elements at the beginning or end with push, unshift, shift, and pop in JavaScript. Use indexOf for duplicates and log results in Google Apps Script.
Explore replacing a set of characters with another in Google Apps Script and JavaScript, using regular expressions to extract digits or letters and perform targeted replacements.
Learn to save a Google Sheets document as a pdf with Google Apps Script, configuring paper size, orientation, margins, header and footer, and export with correct sheet and folder ids.
Extract nested data from an API response, loop through coins to obtain name, symbol, and USD price, and write them as rows with a header in a spreadsheet.
Explore JSON basics, including key-value pairs and arrays, learn to parse and stringify JSON, and navigate nested objects using Google Apps Script for API workflows.
Use Google Forms with Apps Script to get form id and active form, read and set title and description, manage questions and checkbox choices, and mark fields as required.
Explore Google Contacts rebranded as the People API, enable the API, and fetch connections to extract names, emails, birthdays, and phone numbers for a sheet export.
Explore Google Maps in Apps Script, using the direction finder to compute routes between origins and destinations. Use geocoder and reverse geocode to obtain addresses, durations, and distances.
Disclaimer:Since I am a full time Google Spreadsheet and Apps Script consultant, with clients all over the world, I know what are the things that are important and should be taught to students.
In our course on Google Script for beginners, we learnt how to open the editor and write some basic function. Now it is time to master the art of writing Apps script code and exploit all the options and facilities given by Apps Script. Some of the things we will be learning in this course are:
Custom Function
Apps Script Library
JSON
doGet & doPost
Connecting tools with API
Google Analytics
Youtube
Pipedrive
Trello
Woo Commerce
We will learn how to explore API Documentation of any tools. You would be able to automate many processes once you are comfortable with all API documentation and knowledge on how to implement it.
Once you have mastered the concepts taught in this course, you will be equivalent of a Software Developer. Software development is so big an area that it can not be taught in a course. But thanks to our time, everything is available on Google. So in this course, I have focused on teaching how to google for an answer while writing codes.
Happy Scripting !!!