GetWorksheetCell
Contents
[
Hide
]
GetWorksheetCell
Retrieve cell data using either cell reference or method name in the worksheet.
REST API
API | HttpMethod | Description | API reference |
---|---|---|---|
/cells/{name}/worksheets/{sheetName}/cells/{cellOrMethodName} | GET | Retrieve cell data using either cell reference or method name in the worksheet. | GetWorksheetCell |
Path Parameter
Parameter Name | Type | Description | |
---|---|---|---|
name | string | The file name. | |
sheetName | string | The worksheet name. | |
cellOrMethodName | string | The cell's or method name. (Method name like firstcell | endcell etc.) |
Query Parameter
Parameter Name | Type | Description |
---|---|---|
folder | string | The folder where the file is situated. |
storageName | string | The storage name where the file is situated. |