Managing Document Properties

Possible Usage Scenario

Aspose.Cells allows you to work with Built-In and Custom document properties. Here is the Microsoft Excel interface to open these Document Properties. Just click on the Advanced Properties as shown in this screenshot and view them.

todo:image_alt_text

Managing Document Properties

The following sample code loads sample excel file and reads the built-in document properties e.g. Title, Subject and then changes them. Then it also reads the custom document property i.e. MyCustom1 and then adds a new custom document property i.e. MyCustom5 and writes the output excel file. The following screenshot shows the effect of the sample code on the sample excel file.

todo:image_alt_text

Sample Code

Console Output

This is the console output of the above sample code when executed with the provided sample excel file.

 Title: Aspose Team

Subject: Aspose.Cells for C++

MyCustom1: This is my custom one.