Ungroup Columns in an Excel Worksheet – Aspose.Cells Cloud API
Contents
[
Hide
]
The Ungroup Columns REST API removes column grouping in a worksheet.
REST API
POST https://api.aspose.cloud/v3.0/cells/{name}/worksheets/{sheetName}/cells/columns/ungroup
Request Parameters
| Parameter Name | Type | Location | Description |
|---|---|---|---|
| name | string | path | The workbook name. |
| sheetName | string | path | The worksheet name. |
| firstIndex | integer | query | Zero‑based index of the first column to be ungrouped. |
| lastIndex | integer | query | Zero‑based index of the last column to be ungrouped. |
| folder | string | query | Path to the folder containing the workbook. |
| storageName | string | query | 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 cURL to call the API. The example below includes the required authentication header.
Cloud SDK Family
Using an SDK is the fastest way to develop against Aspose.Cells Cloud. An SDK abstracts low‑level details, letting you focus on your project logic. 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: