PostCopyWorksheet
Contents
[
Hide
]
PostCopyWorksheet
Copy contents and formats from another worksheet.
REST API
API | HttpMethod | Description | API reference |
---|---|---|---|
/cells/{name}/worksheets/{sheetName}/copy | POST | Copy contents and formats from another worksheet. | PostCopyWorksheet |
Path Parameter
Parameter Name | Type | Description |
---|---|---|
name | string | The file name. |
sheetName | string | The worksheet name. |
Query Parameter
Parameter Name | Type | Description |
---|---|---|
sourceSheet | string | Source worksheet. |
sourceWorkbook | string | source Workbook. |
sourceFolder | string | Original workbook folder. |
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 |
---|---|---|
options | class:copyoptions | Represents the copy options. |