Add horizontal page break

This REST API inserts a horizontal page break.

REST API

PUT http://api.aspose.cloud/v3.0/cells/{name}/worksheets/{sheetName}/horizontalpagebreaks

The request parameters are:

Parameter Name Type Location Description
name string path Name of the Excel file.
sheetName string path Name of the worksheet where the break will be added.
cellname string query Cell reference (e.g., A1) that marks the start of the page break.
row integer query Zero‑based row index for the page break.
column integer query Zero‑based column index for the page break.
startColumn integer query Starting column of a range when inserting a break.
endColumn integer query Ending column of a range when inserting a break.
folder string query Folder path containing the Excel file.
storageName string query Name of the Aspose Cloud storage.

The OpenAPI Specification defines a publicly accessible interface that 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 following example shows how to call the API with cURL.

Cloud SDK Family

Using an SDK is the fastest way to develop. An SDK abstracts low‑level details so you can 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: