PutWorksheetListObject
Contents
[
Hide
]
PutWorksheetListObject
Add a ListObject in the worksheet.
REST API
API | HttpMethod | Description | API reference |
---|---|---|---|
/cells/{name}/worksheets/{sheetName}/listobjects | PUT | Add a ListObject in the worksheet. | PutWorksheetListObject |
Path Parameter
Parameter Name | Type | Description |
---|---|---|
name | string | The file name. |
sheetName | string | The worksheet name. |
Query Parameter
Parameter Name | Type | Description |
---|---|---|
startRow | integer | The start row of the list range. |
startColumn | integer | The start column of the list range. |
endRow | integer | The start row of the list range. |
endColumn | integer | The start column of the list range. |
folder | string | The folder where the file is situated. |
hasHeaders | boolean | Indicate whether the range has headers. |
displayName | string | Indicate whether display name. |
showTotals | boolean | Indicate whether show totals. |
storageName | string | The storage name where the file is situated. |