PostWorksheetListObjectSummarizeWithPivotTable
Contents
[
Hide
]
PostWorksheetListObjectSummarizeWithPivotTable
Create a pivot table with a list object in the worksheet.
REST API
API | HttpMethod | Description | API reference |
---|---|---|---|
/cells/{name}/worksheets/{sheetName}/listobjects/{listObjectIndex}/SummarizeWithPivotTable | POST | Create a pivot table with a list object in the worksheet. | PostWorksheetListObjectSummarizeWithPivotTable |
Path Parameter
Parameter Name | Type | Description |
---|---|---|
name | string | The file name. |
sheetName | string | The worksheet name. |
listObjectIndex | integer | The list object index. |
Query Parameter
Parameter Name | Type | Description |
---|---|---|
destsheetName | string | The target worksheet name. |
folder | string | The folder where the file is situated. |
storageName | string | The storage name where the file is situated. |
Request Body Parameter
Parameter Name | Type | Description |
---|---|---|
createPivotTableRequest | class:createpivottablerequest | Create pivot table request. |