WorkbookModel

Overview

WorkbookModel is a class in Aspose.Cells for NET.

WorkbookModel.WorkbookModel creates a new workbook model instance.

Properties

NameTypeAccessDescription
WorksheetsList<WorksheetModel>ReadProvides the collection of worksheet models in the workbook
SettingsWorkbookSettingsModelReadGets the workbook settings model
PropertiesWorkbookPropertiesModelReadGets the workbook properties model (e.g., author, title)
DocumentPropertiesDocumentPropertiesModelReadGets the document properties model for the workbook
DiagnosticsDiagnosticBagReadGets the diagnostic bag that records load or save issues
StylesStyleRepositoryReadGets the repository of style definitions used in the workbook
SharedStringsSharedStringRepositoryReadGets the repository of shared string entries for the workbook
DefaultStyleStyleValueRead/WriteRepresents the default style applied to cells without explicit styling
ActiveSheetIndexintRead/WriteGets or sets the index of the currently active worksheet
DefinedNamesList<DefinedNameModel>ReadProvides the list of defined name models in the workbook

Methods

SignatureDescription
WorkbookModel()Initializes a new empty workbook model instance