APIs.io
Search
Providers
Tags
Add API
About
Support
Blog
Search
Home
Google Sheets
GridData
Google Sheets
· Schema
GridData
Data in the grid, as well as metadata about the dimensions.
Google Workspace
Productivity
Spreadsheets
Properties
Name
Type
Description
startRow
integer
The first row this GridData refers to, zero-based.
startColumn
integer
The first column this GridData refers to, zero-based.
rowData
array
The data in the grid, one entry per row, starting with the row in startRow.
rowMetadata
array
Metadata about the requested rows in the grid, starting with the row in startRow.
columnMetadata
array
Metadata about the requested columns in the grid, starting with the column in startColumn.
View JSON Schema on GitHub