Skip to main content

List Sheets

GET /v1/office/sheets Returns a paginated list of spreadsheets in the workspace.

Create a Sheet

POST /v1/office/sheets
Response201 Created

Read a Cell Range

GET /v1/office/sheets/{id}/values Query Parameters Response

Write a Cell Range

PUT /v1/office/sheets/{id}/values

Delete a Sheet

DELETE /v1/office/sheets/{id} Soft-deletes the spreadsheet. Pass ?hard=true for permanent deletion. Response204 No Content