Apps Script
Apps Script
Overview of Google Apps Script : Google Apps Script is a scripting language based
on JavaScript that lets you do new and cool things with G Suite products like Docs,
Sheets, Slides, and Forms. There's nothing to install
https://developers.google.com/apps-script/
What can Apps Script do?
Add menus to Google Docs, Sheets and forms
Interact with a wide variety of Google Services - Docs, Sheets, Drive, Gmail, Forms,
Maps, Calendar, Sites …….
What can Apps Script do?
You can do a lot - only limited by your imagination.
Do not have to host your app—it lives and runs on Google servers in the cloud
Getting started with Apps Script
All you need is a Google account (gmail account)
Bound—meaning it's forever (and only) tied to one Google document (Doc, Sheet,
Slide, Site, or Form)
View controls
IDE Introduction
Run : Provides execution of script
Each service has classes, attributes and methods associated with them
Document App
https://developers.google.com/apps-script/reference/document/