Working with Excel metadata & properties
Contents
[
Hide
]
Types of document properties
Before learning how to use Aspose.Cells Cloud APIs to view, modify, and remove document properties (metadata) in Excel, let’s clarify the kinds of properties an Excel document can have.
-
Standard properties are common to Excel. They contain basic information such as Title, Subject, Author, Category, etc. You can assign custom text values to these properties to make the file easier to locate.
-
Custom properties are user‑defined. They allow you to add additional metadata to your Excel document.
How to work with document properties on an Excel file
- How to get a particular document property using storage
- How to get document properties without using storage
- How to get all document properties using storage
- How to update a particular document property using storage
- How to update a particular document property without using storage
- How to remove a particular document property using storage
- How to remove document properties without using storage
- How to remove all document properties using storage