Update Worksheet Properties – Aspose.Cells Cloud API Reference (v3.0)

This REST API updates worksheet base properties.

REST API

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

Request parameters

Parameter Name Type Path/Query String/HTTPBody Description
name string path Workbook filename (including extension).
sheetName string path Name of the worksheet to be updated.
sheet object body JSON object containing worksheet property key/value pairs (e.g., DisplayZeros, IsRulerVisible).
folder string query Folder path in storage where the workbook is located.
storageName string query Name of the storage to use.

The sheet object is sent in the request body as JSON. Example properties that can be modified include DisplayZeros, IsRulerVisible, IsGridlinesVisible, and others defined in the API specification.

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.

Typical response codes:

  • 200 – Success. The worksheet properties were updated.
  • 400 – Invalid request (e.g., malformed JSON or missing required parameter).
  • 401 – Unauthorized – missing or invalid JWT token.
  • 404 – Workbook or worksheet not found.
  • 500 – Internal server error.

Cloud SDK Family

Using an SDK is the fastest way to accelerate development. An SDK handles low‑level details so you can 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 make calls to Aspose.Cells web services using various SDKs: