Update Range

Beta
Update a range of cells in an Athena spreadsheet.

Headers

X-API-KEYstringRequired

Request

This endpoint expects an object.
asset_idstringRequired
The ID of the spreadsheet asset
start_columnintegerRequired

1-based starting column index

start_rowintegerRequired

1-based starting row index

valueslist of stringsRequired

List of pipe-separated strings representing rows (e.g. [‘A1|B1|C1’, ‘A2|B2|C2’])

sheet_idintegerOptionalDefaults to 1

Sheet ID (defaults to 1)

Response

Successful Response
asset_idstring
The ID of the spreadsheet asset
messagestring
Success message or error description
successboolean
Whether the operation was successful

Errors