Delete all pivot tables in an Excel worksheet
Contents
[
Hide
]
This REST API deletes all pivot tables in a worksheet.
REST API
DELETE http://api.aspose.cloud/v3.0/cells/{name}/worksheets/{sheetName}/pivottables
Request parameters
| Parameter Name | Type | Location | Description |
|---|---|---|---|
| name | string | path | The name of the Excel file. |
| sheetName | string | path | The name of the worksheet. |
| folder | string | query | The folder that contains the file. |
| storageName | string | query | The storage name to use. |
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 shows how to delete all pivot tables in a worksheet.
Cloud SDK Family
Using an SDK speeds up development. An SDK abstracts 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 the Aspose.Cells web service using various SDKs: