Refresh an Auto Filter in an Excel worksheet

This REST API refreshes an auto‑filter on an Excel worksheet.

REST API

POST http://api.aspose.cloud/v3.0/cells/{name}/worksheets/{sheetName}/autoFilter/refresh

Request parameters

Parameter Name Type Location Description
name string path Name of the Excel file (e.g., Book1.xlsx)
sheetName string path Name of the worksheet that contains the filter
folder string query Folder path in storage where the file resides
storageName string query Name of the storage (if not the default)

The OpenAPI Specification defines a publicly accessible programming interface and lets you perform REST interactions directly from a web browser.

You can use the cURL command‑line tool to access Aspose.Cells web services easily. The example below shows how to call the API with cURL.

Cloud SDK Family

Using an SDK is the fastest way to develop. An SDK handles low‑level details, allowing you to focus on your project. Please check 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: