Export workbook as an .xlsx file
Export a workbook as an .xlsx file. Cells can be updated before the workbook is exported.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
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.
Cells to update before exporting
Specifies a temporary change to a workbook cell, including the target
cell reference and the
value
to apply. The API has no state, and so any changes made are cleared after each request.
[{ "target": "A2", "value": 1234 }]
Goal seek. Use this to calculate the required input value for a formula to achieve a specified target result. Useful when the desired outcome is known, but the corresponding input is not
Response
The response is of type file
.