@univerjscoreinterfacesIworkbookdata

@univerjs/core v0.5.0-beta.1Docs


Interface: IWorkbookData

Snapshot of a workbook.

Properties

PropertyTypeDescriptionDefined in
appVersionstringVersion 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
idstringId of the Univer Sheet.packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:33
localeLocaleTypeLocale of the document.packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:54
namestringName of the Univer Sheet.packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:44
resources?IResourcesResources 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
sheetOrderstring[]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
stylesRecord<string, Nullable<IStyleData>>Style references.packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:59