Google Sheets · Example Payload

Google Sheets Grid Coordinate Example

Google WorkspaceProductivitySpreadsheets

Google Sheets Grid Coordinate Example is an example object payload from Google Sheets, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

sheetIdrowIndexcolumnIndex

Example Payload

Raw ↑
{
  "sheetId": "500123",
  "rowIndex": 10,
  "columnIndex": 10
}