@univerjs/core v0.5.0-beta.1 • Docs
Interface: IWorkbookData
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:49 |
defaultStyle? | string | Nullable <IStyleData > | - | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:72 |
id | string | Id of the Univer Sheet. | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:33 |
locale | LocaleType | Locale of the document. | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:54 |
name | string | Name of the Univer Sheet. | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:44 |
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:77 |
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:62 |
sheets | {} | Data of each IWorksheetData in this Univer Sheet. | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:67 |
styles | Record <string , Nullable <IStyleData >> | Style references. | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:59 |