workbooks
Export workbook as an .xlsx file
Export a workbook as an .xlsx file. Cells can be updated before the workbook is exported.
post/v1/workbooks/{id}/export
Path parameters
idstring required
Request body
Example request
{
"apply": [
{
"target": "A2",
"value": 1234
}
],
"read": [
"A1:A4"
]
}Response
Workbook exported as an .xlsx file