Hide rows on an Excel worksheet
Contents
[
Hide
]
This REST API hides rows on an Excel worksheet.
REST API
POST http://api.aspose.cloud/v3.0/cells/{name}/worksheets/{sheetName}/cells/rows/hide
Request parameters
| Parameter | Type | Location | Description |
|---|---|---|---|
| name | string | path | The name of the workbook file. |
| sheetName | string | path | The name of the worksheet containing the rows to hide. |
| startrow | integer | query | Zero‑based index of the first row to be hidden. |
| totalRows | integer | query | The number of consecutive rows to hide, starting from startrow. |
| folder | string | query | The folder in storage where the workbook is located. |
| storageName | string | query | The name of the storage service. |
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 easily. The example below demonstrates how to hide a row using cURL.
Cloud SDK Family
Using an SDK is the fastest way to integrate this functionality into your application. SDKs handle low‑level details so you can focus on business logic. See the GitHub repository for a complete list of Aspose.Cells Cloud SDKs.
The following code examples demonstrate how to hide rows using various SDKs: