Last Updated: Mar 15, 2021
Use this function to read the values of a range in a worksheet from provided index.
Get Range Values (id_or_url, sheet_name_or_index , rng, private_key, cient_email)
| Input Parameter Name | Description | 
|---|---|
| id_or_url | ID or URL of Google Sheet | 
| sheet_name_or_index | Name or index of worksheet | 
| rng | Cell Range | 
| private_key | Private key of the service account | 
| client_email | Email ID of the service account | 
| Return Value | Description | 
|---|---|
| Output | 
  | 
Get Range Values (ABC123, Invoice, A1:B1, —–BEGIN PRIVATE KEY—–\nABCD\n—–END PRIVATE KEY—–, name@project-id.iam.gserviceaccount.com)
To view all the Google Sheets functions, click here.