Format Range
BetaApply formatting to 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
end_column
1-based ending column index
end_row
1-based ending row index
start_column
1-based starting column index
start_row
1-based starting row index
type
Formatting type (e.g. backgroundColor, textFormat, borders, etc.)
value_json
JSON string for value param (e.g. ’“#FF0000”’ or ’{“fontSize”:12}’)
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