PutAddNewWorksheet
Contents
[
Hide
]
PutAddNewWorksheet
Add a new worksheet in the workbook.
REST API
API | HttpMethod | Description | API reference |
---|---|---|---|
/cells/{name}/worksheets/{sheetName} | PUT | Add a new worksheet in the workbook. | PutAddNewWorksheet |
Path Parameter
Parameter Name | Type | Description |
---|---|---|
name | string | The file name. |
sheetName | string | The new sheet name. |
Query Parameter
Parameter Name | Type | Description |
---|---|---|
position | integer | The new sheet position. |
sheettype | string | Specifies the worksheet type(VB/Worksheet/Chart/BIFF4Macro/InternationalMacro/Other/Dialog). |
folder | string | The folder where the file is situated. |
storageName | string | The storage name where the file is situated. |