title: “Add an empty row on an Excel worksheet” second_title: “Document” linktitle: “Row” type: docs url: /rows/add/row/ aliases: [/add-an-empty-row-in-a-worksheet/] keywords: “Aspose.Cells Cloud, Excel, add empty row, worksheet, REST API” description: “Use Aspose.Cells Cloud REST API to insert an empty row into an Excel worksheet. Supports multiple SDKs (C#, Java, Python, Go, PHP, Ruby, Node.js, Perl, Android, Swift) for rapid development.” weight: 20
This REST API adds a new row to an Excel worksheet.
REST API
PUT http://api.aspose.cloud/v3.0/cells/{name}/worksheets/{sheetName}/cells/rows/{rowIndex}
The request parameters are:
| Parameter Name | Type | Location | Description |
|---|---|---|---|
| name | string | path | The workbook file name. |
| sheetName | string | path | The worksheet name. |
| rowIndex | integer | path | The zero‑based index where the new row will be inserted. |
| folder | string | query | The folder path in storage that contains the workbook. |
| storageName | string | query | The name of the Aspose Cloud storage to use. |
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 best way to speed up development. An SDK abstracts low‑level details, allowing you to 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 call Aspose.Cells web services using various SDKs: