



Google Apps Script provides several top-level classes. The classes described here are specific to Google implementations - Google refers to SpreadsheetApp, GmailApp, etc., as classes. Historically, JavaScript was class-free, so talking about classes may cause confusion.
#Google apps script to backup gmail code
Connect with external relational databases (including Google Cloud SQL, MySQL, SQL Server, and Oracle) via the JDBC service.Ĭlasses are templates that encapsulate data with code for creating objects.Develop a user interface and publish it as a web app.Build add-ons for Google Sheets, Docs, Slides, and Forms, and also publish them to the Google Workspace Marketplace.Interact with other Google Workspace apps and services, including Docs, Gmail, Calendar, Language, Docs, and more.Add custom menus, dialogs, and sidebars to Google Docs, Sheets, and Forms.Here are a few reasons why you would need Google Apps Script: Both are used to extend functionality and integrate with other applications and third-party services. GAS plays a similar role in Google Sheets as Visual Basic for Applications (VBA) does in Excel. Your scripts execute on Google’s servers. Google gives you an integrated code editor that allows you to edit your scripts within your browser. It uses modern JavaScript as its scripting language. Google Apps Script (GAS) is a development platform that allows you to create applications that integrate with Google Workspace apps and services. How can I learn more about Google Apps Script What is Google Apps Script?
