Last Updated: Sep 13, 2021
Use this function to read cell value of particular row-column index.
Get Cell Values (id_or_url, sheet_name_or_index , row_index, col_index, 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 | 
| row_index | Index of a Row | 
| col_index | Index of a Column | 
| private_key | Private key of the service account | 
| client_email | Email ID of the service account | 
| Return Value | Description | 
|---|---|
| Output | 
  | 
Get Cell Values (ABC123, Invoice, 3, 4, —–BEGIN PRIVATE KEY—–\nABCD\n—–END PRIVATE KEY—–, name@project-id.iam.gserviceaccount.com)
To view Cell the Google Sheets functions, click here.