Interface: IWorkbookData
Defined in: packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:28
Snapshot of a workbook.
Properties
Property | Type | Description | Defined in |
---|---|---|---|
appVersion | string | Version of Univer model definition. | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:48 |
custom? | CustomData | User stored custom fields | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:81 |
defaultStyle? | | string | Nullable <IStyleData > | - | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:71 |
id | string | Id of the Univer Sheet. | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:32 |
locale | LocaleType | Locale of the document. | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:53 |
name | string | Name of the Univer Sheet. | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:43 |
resources? | IResources | Resources of the Univer Sheet. It is used to store the data of other plugins. | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:76 |
sheetOrder | string [] | Ids of IWorksheetDatas of this Univer Sheet in sequence order. | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:61 |
sheets | {} | Data of each IWorksheetData in this Univer Sheet. | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:66 |
styles | Record <string , Nullable <IStyleData >> | Style references. | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:58 |