Google Sheets · Example Payload

Google Sheets Extended Value Example

Google WorkspaceProductivitySpreadsheets

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

Top-level fields

numberValuestringValueboolValueformulaValue

Example Payload

Raw ↑
{
  "numberValue": 42.5,
  "stringValue": "example_value",
  "boolValue": true,
  "formulaValue": "example_value"
}