Update Range
BetaUpdate a range of cells in an Athena spreadsheet.
Headers
X-API-KEY
Request
This endpoint expects an object.
asset_id
The ID of the spreadsheet asset
start_column
1-based starting column index
start_row
1-based starting row index
values
List of pipe-separated strings representing rows (e.g. [‘A1|B1|C1’, ‘A2|B2|C2’])
sheet_id
Sheet ID (defaults to 1)
Response
Successful Response
asset_id
The ID of the spreadsheet asset
message
Success message or error description
success
Whether the operation was successful