Google Sheets · Schema

ValueRange

Data within a range of the spreadsheet.

Google WorkspaceProductivitySpreadsheets

Properties

Name Type Description
range string The range the values cover, in A1 notation. For output, this range indicates the entire requested range, even though the values response will include only the non-empty rows and columns.
values array The data that was read or to be written. This is an array of arrays, the outer array representing all the data and each inner array representing a major dimension.
View JSON Schema on GitHub