Get Named Ranges on an Excel workbook
Contents
[
Hide
]
This REST API returns information about named ranges defined in worksheets.
REST API
GET http://api.aspose.cloud/v3.0/cells/{name}/worksheets/ranges
Request parameters
| Parameter Name | Type | Location | Description |
|---|---|---|---|
| name | string | Path | The name of the Excel document. |
| folder | string | Query string | The folder that contains the document. |
| storageName | string | Query string | The storage name where the document resides. |
The OpenAPI Specification defines a publicly accessible programming interface that lets you perform REST interactions directly from a web browser.
You can use the cURL command‑line tool to call Aspose.Cells web services. The example below demonstrates how to retrieve named ranges with cURL.
Cloud SDK Family
Using an SDK is the fastest way to integrate this functionality. SDKs handle low‑level details so you can focus on your business logic. 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 using various SDKs: