Group columns on an Excel worksheet

This REST API groups worksheet columns.

REST API

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

The request parameters are:

Parameter Name Type Location Description
name string path Name of the workbook file.
sheetName string path Name of the worksheet containing the columns.
firstIndex integer query Zero‑based index of the first column to group.
lastIndex integer query Zero‑based index of the last column to group.
hide boolean query If true, the grouped columns are hidden; otherwise they remain visible.
folder string query Path to the folder that contains the workbook.
storageName string query Name of the storage service where the file is located.

The OpenAPI Specification defines a publicly accessible programming interface and lets you perform REST interactions directly from a web browser.

You can use the cURL command‑line tool to call Aspose.Cells web services. The following example demonstrates how to group columns with cURL.

Cloud SDK Family

Using an SDK is the fastest way to develop with Aspose.Cells Cloud. An SDK handles low‑level details so you can focus on your business logic. For a complete list of supported SDKs, see the GitHub repository.

The following code examples demonstrate how to call Aspose.Cells web services using various SDKs: