Have you
already written some scripts? We would love to get some feedback from you! Take a few minutes to fill in our survey.
|
With scripts, you can:
Google Apps Script provides:
Users write scripts in JavaScript using libraries designed to provide a powerful interface with Google products. If you already are a JavaScript developer, a key difference is that scripts run on Google Servers instead of user browsers. As a result, direct operations on the client-side DOM are not supported, although some restricted functionality is provided. Your code executes server-side, and operates on the Google products you've coded for.
An online Script Editor is accessible from Google Spreadsheets and lets you manage and run your scripts.
The Google Apps Script libraries currently support basic events and dozens of actions in Google products, in addition to providing a base library for generic actions within the scripts environment itself. Read the overview, browse the API documentation, or get started in minutes by checking out some working examples from our tutorials.