SpreadsheetOptionsPremium
Represents the options that will be applied the Spreadsheet.
| Name | Type | Default | Description | 
|---|---|---|---|
| activeSheet? | 
 | The name of the currently active sheet. Must exactly match one of the sheet names. | |
| columns? | 
 | 
 | The number of columns in the document. | 
| columnWidth? | 
 | 
 | The default column width in pixels. | 
| defaultCellStyle? | 
 | The default cell styles that will be applied to the sheet cells. | |
| excel? | 
 | Configures the Excel export settings of the Spreadsheet. | |
| headerHeight? | 
 | 
 | The height of the header row in pixels. | 
| headerWidth? | 
 | 
 | The width of the header column in pixels. | 
| images? | 
 | An object containing any images used in the Spreadsheet. The keys should be image ID-s
(they are referenced by this ID in  | |
| locale? | 
 | Sets the component locale. | |
| messages? | 
 | Sets the component messages. | |
| name? | 
 | The name of the sheet. | |
| names? | 
 | An array which holds the names of the sheets. | |
| rowHeight? | 
 | 
 | The default row height in pixels. | 
| rows? | 
 | 
 | The number of rows in the document. | 
| sheets? | 
 | An array which defines the document sheets and their content. |