Convert List Object to Range – Aspose.Cells Cloud API
Contents
[
Hide
]
This REST API converts a ListObject (table) to a Range within an Excel worksheet.
REST API
POST https://api.aspose.cloud/v3.0/cells/{name}/worksheets/{sheetName}/listobjects/{listObjectIndex}/ConvertToRange
Request Parameters
| Name | Type | Location | Required | Default | Description |
|---|---|---|---|---|---|
| name | string | path | Yes | – | The name of the Excel file. |
| sheetName | string | path | Yes | – | The name of the worksheet that contains the ListObject. |
| listObjectIndex | integer | path | Yes | – | Zero‑based index of the ListObject (table) to be converted. |
| folder | string | query | No | – | Folder path where the file is stored. |
| storageName | string | query | No | – | Name of the storage service. |
cURL Example (Request)
Cloud SDK Family
Using an SDK is the best way to speed up development. An SDK handles low‑level details so you can 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: