Adding Custom Properties visible inside Document Information Panel
Contents
[
Hide
]
Aspose.Cells can be used to add custom properties inside the workbook object which are visible inside the Document Information Panel. You can open the Document Information Panel in Microsoft Excel using File > Info > Properties > Show Document Panel menu commands.
Please use Workbook.getContentTypeProperties().add() method to add a custom property which will be visible in Document Information Panel
Example
The following sample code adds two custom properties. The first property is without any type and the second property has a type as DateTime. Once, you will open the output Excel file generated by this code, you will see these two properties inside the Document Information Panel.
Related Article