Unhide columns on an Excel worksheet - Aspose.Cells Cloud API

This REST API unhides worksheet columns.

Prerequisites – All Aspose.Cells Cloud endpoints require HTTPS and a valid OAuth 2.0 access token. Ensure you have obtained an access token and included it in the Authorization header of your requests.

PostUnhideWorksheetColumns API

POST https://api.aspose.cloud/v3.0/cells/{name}/worksheets/{sheetName}/cells/columns/unhide

Security and Authentication

The Aspose.Cells Cloud APIs are secure and require JWT token-based authentication.

Request Parameters

Parameter Name Type Location Description
name string path The workbook name.
sheetName string path The worksheet name.
startColumn integer query The index of the first column to be processed.
totalColumns integer query The number of columns to be processed.
width number query Desired column width (default = 50.0).
folder string query The folder that contains the document.
storageName string query The name of the storage service.

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 HTTP status codes

Code Description
200 OK – Columns were successfully unhidden.
400 Bad Request – Invalid parameters.
401 Unauthorized – Missing or invalid token.
404 Not Found – Workbook or worksheet not found.
500 Internal Server Error – Unexpected failure.

Cloud SDK Family

Using an SDK is the best way to speed up 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 call Aspose.Cells web services using various SDKs: