Skip to Content
InterfacesIWorkbookData

Interface: IWorkbookData

Snapshot of a workbook.

Properties

PropertyTypeDescription

appVersion

string

Version of Univer model definition.

custom?

CustomData

User stored custom fields

defaultStyle?

string | Nullable<…>

id

string

Id of the Univer Sheet.

locale

LocaleType

Locale of the document.

name

string

Name of the Univer Sheet.

resources?

IResources

Resources of the Univer Sheet. It is used to store the data of other plugins.

sheetOrder

string[]

Ids of IWorksheetDatas of this Univer Sheet in sequence order.

sheets

{}

Data of each IWorksheetData in this Univer Sheet.

styles

Record<string, Nullable<…>>

Style references.