PutWorkbookCreate
Contents
[
Hide
]
PutWorkbookCreate
Create a new workbook using different methods.
REST API
API | HttpMethod | Description | API reference |
---|---|---|---|
/cells/{name} | PUT | Create a new workbook using different methods. | PutWorkbookCreate |
Path Parameter
Parameter Name | Type | Description |
---|---|---|
name | string | The new document name. |
Query Parameter
Parameter Name | Type | Description | |
---|---|---|---|
templateFile | string | The template file | if the data not provided default workbook is created. |
dataFile | string | Smart marker data file | if the data not provided the request content is checked for the data. |
isWriteOver | boolean | Specifies whether to write over targer file. | |
folder | string | The folder where the file is situated. | |
storageName | string | The storage name where the file is situated. | |
checkExcelRestriction | boolean |