Create Alert Popups on Google Sheets-In this post, I demonstrate how to create 3 different types of alert popups using Google Apps Script on Google Sheets.
How to Call Rest API on Google Sheets-In this post, I demonstrate how to call a Rest API using Google Apps Script and Displaying the data on a Google Sheet.
How to Create Google Doc from Apps Script-In this post, I demonstrate how to create a Google Doc using Google Apps Script and save it in Google Drive. In this example, I use the data from a Google Sheet.
Email Last Update on Google Sheet-In this post, I demonstrate how to email the last update made on a google sheet. This is a way to monitor any changes made on Google Sheets
Scrape Website Data to Google Sheets-In this post, I demonstrate how to Scrape data from a Website and import it to a Google Sheet. I used JavaScript and Reg Expressions to accomplish the task.