GetWorksheetRow
Contents
[
Hide
]
GetWorksheetRow
Retrieve row data by the row's index in the worksheet.
REST API
API | HttpMethod | Description | API reference |
---|---|---|---|
/cells/{name}/worksheets/{sheetName}/cells/rows/{rowIndex} | GET | Retrieve row data by the row's index in the worksheet. | GetWorksheetRow |
Path Parameter
Parameter Name | Type | Description |
---|---|---|
name | string | The file name. |
sheetName | string | The worksheet name. |
rowIndex | integer | The row index. |
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. |