Get Cells Properties
Contents
[
Hide
]
This REST API demonstrates how to retrieve a specific cell in an Excel file.
REST API
GET http://api.aspose.cloud/v3.0/cells/{name}/worksheets/{sheetName}/cells/{cellOrMethodName}
The request parameters are:
| Parameter Name | Type | Location | Description |
|---|---|---|---|
| name | string | path | The name of the Excel document. |
| sheetName | string | path | The name of the worksheet containing the cell. |
| cellOrMethodName | string | path | The cell name or a predefined method name (e.g., firstcell, endcell, maxrow, maxdatarow, maxcolumn, maxdatacolumn, minrow, mindatarow, mincolumn, mindatacolumn). |
| folder | string | query | The folder where the document is stored. |
| 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.
Cloud SDK Family
Using an SDK is the most efficient way to accelerate development. An SDK abstracts low‑level details, allowing you to 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:
How to retrieve a specific cell
- Get Cell Data from a Worksheet
- Get First Cell from Excel Worksheet
- Get Last Cell of Excel Worksheet
- Get MaxRow from Excel Worksheet
- Get MaxDataRow from Excel Worksheet
- Get MaxColumn from Excel Worksheet
- Get MaxDataColumn from Excel Worksheet
- Get MinRow from Excel Worksheet
- Get MinDataRow from Excel Worksheet
- Get MinColumn from Excel Worksheet
- Get MinDataColumn from Excel Worksheet