Get Cells Properties
Contents
[
Hide
]
This REST API indicates shows how to get a specific cell
in an Excel file.
RSET API
GET http://api.aspose.cloud/v3.0/cells/{name}/worksheets/{sheetName}/cells/{cellOrMethodName}
The request parameters are:
Parameter Name | Type | Path/Query String/HTTPBody | Description |
---|---|---|---|
name | string | path | Document name. |
sheetName | string | path | Worksheet name. |
cellOrMethodName | string | path | The cell’s or method name. (Method name value : firstcell, endcell, maxrow, maxdatarow, maxcolumn, maxdatacolumn, minrow, mindatarow, mincolumn, mindatacolumn and cellName.) |
folder | string | query | Document’s folder. |
storageName | string | query | storage name. |
The OpenAPI Specification defines a publicly accessible programming interface and lets you carry out REST interactions directly from a web browser.
-
How to get 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