Reading / updating a workbook
Last updated
Last updated
PUT
/api/v1/workbooks/{workbook_id}/sheets/{sheet_index}
Rename a sheet in a workbook.
workbook_id*
String
sheet_index*
integer
new_name*
String
New sheet name
PUT
/api/v1/workbooks/{workbook_id}/sheets/{sheet_index}/cells/{row}/{col}
Update cell data.
You must specify either value
or input
, but not both.
workbook_id*
String
sheet_index*
integer
row*
integer
col*
integer
input
String
Assign value to cell, with similar semantics to when a user manually enters a value in a spreadsheet cell
value
String
Assign value to cell