v15

latestOpenAPI 3.1.0raw.githubusercontent.com2025-11-11104961.0 KB
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