
Explore spreadsheet automation with SpreadsheetApp in Google Apps Script, updating the UI, and connecting spreadsheets with Drive, email, and web apps.
Create a bound Google Apps Script for a spreadsheet, open the script editor, access the active spreadsheet and first sheet, then append rows to add content.
Learn to append content to a Google spreadsheet, determine the last row and last column, and manage a dynamic range with logging and updates.
Learn to enhance spreadsheets with Google Apps Script by creating a dynamic sum formula, selecting a sheet by name, defining a range, and applying the formula across rows.
Create a function to update sheet content dynamically with Google Apps Script by selecting active spreadsheet, fetching data range, removing headings, and setting values for the first two columns.
Add a custom spreadsheet menu bound to scripts to streamline actions. Use on open to automatically render the UI with items like find, replace, and copy.
Build and test the finder and find and replace feature in a spreadsheet app, using the bound script and UI alerts and prompts to interact with users.
Implement a finder and replace function in Google Script for spreadsheets, scanning the full data range and replacing matching values. Update individual cells or entire ranges, while preserving formulas.
Learn to use Google Apps Script to get cell values, formulas, and backgrounds from a range, then loop through cells and update white cells to red.
Learn to fetch spreadsheet data, construct an html object, and output a dynamic html table via a web app using the doGet method and html service.
Add an email table option in the advanced menu to send the active sheet as an HTML table to the active user via the MailApp service, using onOpen and permissions.
Master copying a spreadsheet content to pdf, outputting a single sheet, saving into a designated folder, and emailing or storing the pdf using drive operations.
Duplicate the spreadsheet, isolate sheet 1 by removing other sheets, create a blob from the sheet, and save the file in a folder for later email attachment.
Finalize a three-part google apps script mini project by sending the spreadsheet as a pdf attachment via the gmail app class to the email from the active user.
Copy the active content from the selected range to a new sheet named test, deleting any existing test sheet, and paste the data values while logging results.
Learn to build a drive folder search tool in Google Sheets using Apps Script, prompting users for a search value, filtering folders by name, and returning results to a spreadsheet.
Create a function to search drive folders by full text contains a value, open a spreadsheet by id, and populate a new sheet with matching file details while removing duplicates.
Develop a Google Script checker to search active spreadsheet data, iterate rows, and update column d with a found status, font size 16, and green background when matched.
Review the Google Apps Script for spreadsheets, including the checker, search folders, and email output features. Master copy, update, and find-and-replace content while handling dynamic ranges and spreadsheet open events.
Learn to add a UI menu to a google sheet, fetch username and email from the sheet, and send personalized emails using google apps script bound to the spreadsheet.
Course included multiple useful code snippets to help you supercharge your Google Apps Script applications.
The SpreadsheetApp Class has a lot of really great functionality in the course lessons we will be exploring how to make use of some of these functions, adding them to mini projects that students are encouraged to build upon and extend upon.
Course covers APPLYING Google APPS SCRIPT - Prior JAVASCRIPT experience is REQUIRED for this course.
Topics include
Appending new rows of content to Google sheets
Setting styling like font size to cells
Setting of formulas within cells
Updating values dynamically
Use of UI object within the spreadsheet Class Ui
Creating custom functions find and replace for sheet menu
Getting Cell data and updating cell data, getting formulas....
Create content from spreadsheet as HTML tables- then email it or use in a web app
Email service sending emails to active user
Copying spreadsheet as a PDF - creating a blob and emailing the PDF
Selecting and getting active selected content
Search option added to user menu - searching gDrive folders and returning results into Spreadsheet
Adding folder search results to a spreadsheet
Checking for values in sheet and updating column values depending on result
Copy and duplicate of sheet contents
UI - An instance of the user-interface environment for a Google App that allows the script to add features like menus, dialogs, and sidebars. A script can only interact with the UI for the current instance of an open editor, and only if the script is container-bound to the editor.
Source code is included so you can copy and paste the code to try for yourself.
Course is about applying Google Apps Script and JavaScript
Step by step learning
Fast friendly support is always available within the Q&A section
Experienced instructor with over 20 years of experience ready to help you learn
You have nothing to lose - Join now and start learning to create your own version of this helpful application today!!!