Reads data from a specified range in a Google Sheet.
string
): The ID of the Google Sheet to read from.string
): The A1 notation of the range to read (e.g., “Sheet1!A1:Z”, “A:ZZ”).object
): The response from the Google Sheets API get operation. Contains the range
read, the majorDimension
(usually “ROWS”), and a values
key holding a 2D array of the data read from the sheet.