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