DocumentDescriptor
Represents the configuration of a Spreadsheet document.
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. | |
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 | |
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. |