Get metadata from Excel files
Contents
[
Hide
]
This REST API indicates to get metadata
from multiple Excel files.
POST https://api.aspose.cloud/v3.0/cells/metadata/get
- Query Parameter
Parameter Name | Type | Description |
---|---|---|
type | string | ALL/BuiltIn/Custom |
- Request Body Parameter
Parameter Name | Type | Description |
---|---|---|
excel file | data file | The data file save into the first part of the multipart content. |
- Response
{
[
{
"Name":"test1",
"Value":"test1",
...
},
{
"Name":"test2",
"Value":"test3",
...
}
]
}
- Cloud SDK Family
Using an SDK is the best way to speed up the development. An SDK takes care of low-level details and lets you focus on your project tasks. Please check out the GitHub repository for a complete list of Aspose.Cells Cloud SDKs.
The following code examples demonstrate how to make calls to Aspose.Cells web services using various SDKs: