Creating / uploading a workbook
POST /api/v1/workbooks/xlsx
curl 'https://sheets.equalto.com/api/v1/workbooks/xlsx' \
-F xlsx_file=@/path/to/file.xlsx \
-H "Authorization: Bearer <license key>" {
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "Book1",
"revision": 1,
"create_datetime": "2023-04-27T20:41:21.896Z",
"modify_datetime": "2023-04-27T20:41:21.896Z"
}POST /api/v1/workbooks/blank
POST /api/v1/workbooks/json
Last updated