Get metadata from Excel files
Contents
[
Hide
]
This REST API retrieves metadata from one or more Excel files.
POST https://api.aspose.cloud/v3.0/cells/metadata/get
Query Parameter
| Parameter Name | Type | Description |
|---|---|---|
| type | string | ALL / BuiltIn / Custom – specifies which metadata groups to return. |
Request Body Parameter
| Parameter Name | Type | Description |
|---|---|---|
| excel file | data file | The Excel file supplied as the first part of the multipart request. |
Response
[
{
"Name": "test1",
"Value": "test1",
...
},
{
"Name": "test2",
"Value": "test3",
...
}
]
Cloud SDK Family
Using a SDK accelerates development by handling low‑level details. See the GitHub repository for a complete list of Aspose.Cells Cloud SDKs.
The following code examples demonstrate how to call Aspose.Cells web services with various SDKs: