Google Sheets · Example Payload

Google Sheets Text Format Example

Google WorkspaceProductivitySpreadsheets

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

Top-level fields

fontFamilyfontSizebolditalicstrikethroughunderline

Example Payload

Raw ↑
{
  "fontFamily": "example_value",
  "fontSize": 10,
  "bold": true,
  "italic": true,
  "strikethrough": true,
  "underline": true
}