Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
Microsoft Excel provides the ability to add properties to spreadsheet files. These document properties provide useful information and are divided into 2 categories as detailed below.
Microsoft Excel allows you to manage the document properties of the Excel files in a WYSIWYG manner. Please follow the below steps to open the Properties dialog in Excel 2016.
| Selecting Info Menu |
|---|
![]() |
| Clicking Advanced Properties Selection |
|---|
![]() |
| Properties Dialog |
|---|
![]() |
In the Properties dialog, there are different tabs, like General, Summary, Statistics, Contents, and Custom. Each tab helps configure different kinds of information related to the file. The Custom tab is used to manage custom properties.
Developers can dynamically manage the document properties using the Aspose.Cells for Python via .NET APIs. This feature helps developers to store useful information along with the file, such as when the file was received, processed, time‑stamped, and so on.
Aspose.Cells for Python via .NET directly writes the information about API and Version Number in output documents. For example, upon rendering Document to PDF, Aspose.Cells for Python via .NET populates Application field with the value ‘Aspose.Cells’ and PDF Producer field with the value, e.g., ‘Aspose.Cells for Python via .NET v17.9’.
Please note that you cannot instruct Aspose.Cells for Python via .NET to change or remove this information from output Documents.
As we described earlier at the beginning of this topic, developers cannot add or remove built-in properties because these properties are system‑defined, but it is possible to add or remove custom properties because these are user‑defined.
Aspose.Cells for Python via .NET APIs has exposed the add method for the CustomDocumentPropertyCollection class in order to add custom properties to the collection. The add method adds the property to the Excel file and returns a reference for the new document property as an Aspose.Cells.Properties.DocumentProperty object.
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.