Get columns from an Excel worksheet
Contents
[
Hide
]
This REST API reads worksheet column data by the column’s index.
REST API
GET http://api.aspose.cloud/v3.0/cells/{name}/worksheets/{sheetName}/cells/columns/{columnIndex}
The request parameters are:
| Parameter Name | Type | Location | Description |
|---|---|---|---|
| name | string | path | The name of the workbook file. |
| sheetName | string | path | The name of the worksheet that contains the column. |
| columnIndex | integer | path | Zero‑based index of the column to retrieve. |
| folder | string | query | The folder path in storage where the workbook is located. |
| storageName | string | query | The name of the storage service (e.g., Aspose Cloud Storage). |
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 example below shows how to request column information with cURL.
Cloud SDK Family
Using an SDK is the fastest way to develop against the API. SDKs handle low‑level details, allowing you to focus on your business logic. See 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: