Set heights of rows inside the range

This REST API sets the row height of a range on an Excel worksheet.

REST API

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

Request parameters

Parameter Name Type Location Description
name string Path The name of the Excel file stored in the cloud.
sheetName string Path The name of the worksheet that contains the target range.
value number Query The desired row height (in points) to apply to the range.
range object Body (JSON) JSON object that defines the range (e.g., start row, row count, etc.).
folder string Query Folder path in storage where the file is located.
storageName string Query The name of the storage service (if multiple storages are configured).

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

You can use the cURL command‑line tool to access Aspose.Cells web services easily. The following example shows how to make calls to the Cloud API with cURL.

Cloud SDK Family

Using an SDK is the fastest way to develop against Aspose.Cells Cloud. SDKs handle low‑level details, allowing you to focus on your business logic. Check out the GitHub repository for a complete list of Aspose.Cells Cloud SDKs.

The following code examples demonstrate how to call the Set Row Height for Range operation using various SDKs: