Using WorkbookMetadata
Contents
[
Hide
]
Aspose.Cells allows you to load a light-weight version of workbook into memory to edit its metadata information. Please use the WorkbookMetadata class to load the workbook.
The following sample code uses WorkbookMetadata class to edit custom document properties of a workbook. Once you open the workbook using Workbook class, you will be able to read the document properties. Here is a sample code using the WorkbookMetadata class.