Page Summary
-
The
SpreadsheetAppclass is used to access and create Google Sheets files and is the parent class for the Spreadsheet service. -
The
SpreadsheetAppclass contains various properties, which are enumerations representing different options or types within a spreadsheet, such asAutoFillSeries,BandingTheme, andBorderStyle. -
The
SpreadsheetAppclass offers methods to manage spreadsheets, including creating new spreadsheets, opening existing ones by ID or URL, and controlling data execution for data sources. -
Methods like
getActive(),getActiveRange(),getActiveSheet(), andgetSelection()allow scripts to interact with the currently active components of a spreadsheet. -
The
SpreadsheetAppclass also provides methods to create builders for various spreadsheet elements likeCellImage,Color,ConditionalFormatRule, andDataValidation.
Access and create Google Sheets files. This class is the parent class for the Spreadsheet service.
Properties
| Property | Type | Description |
|---|---|---|
Auto | Auto | An enumeration of the |