
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.
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.
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.
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.
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.
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!!!