Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
Aspose.Cells can be used to add custom properties inside the workbook object, which are visible in 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 that will be visible in the Document Information Panel.
The following sample code adds two custom properties. The first property has no type, and the second property has a DateTime type. When you open the output Excel file generated by this code, you will see these two properties inside the Document Information Panel.
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.