Workbooks
Export workbook as an .xlsx file
Export a workbook as an .xlsx file. Cells can be updated before the workbook is exported.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
application/json
Request body for exporting a workbook as an .xlsx file. Cells can be updated before reading the workbook, and a goal seek function can be used to calculate the required input value for a formula to achieve a specified target result.
Response
200
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Workbook exported as an .xlsx file
The response is of type file
.