11 Google apps, 1 platform in the cloud
Try a 5-minute quickstart
Add-on for Google Docs
Create a Docs add-on that transforms selected text into other languages with Google Translate.Macros, menus, and custom functions
Tailor spreadsheet functions to your needs and build reports with a custom menu in Google Sheets.Managing responses for Google Forms
Email Calendar invites and a personalized Google Doc to every user who responds to a form.Build an add-on for Google Sheets, Docs, or Forms
A living, breathing platform (well, metaphorically)
August 10, 2015
- Deprecated the method
Service.enable()in theScriptAppglobal object. This method is no longer useful because Apps Script's authorization model has changed since the time the method was introduced.
August 4, 2015
- Added the following methods to the Spreadsheet service to let scripts control "warning-based" protection for spreadsheet ranges (which means that every user can edit data in the area, except editing prompts the user to confirm the edit):
June 30, 2015
- Added two variations of the method
computeRsaSha256Signatureto theUtilitiesglobal object to let scripts sign a string using the RSA SHA-256 algorithm.
May 27, 2015
- Added the method
getUserAgent()to theHtmlServiceglobal object to let scripts get the user-agent string for the current browser.

