Google Sheets — Read cell
Google Sheets — Read cell
Section titled “Google Sheets — Read cell”Type: googlesheets-read-cell · Package: Google Sheets Activities v1.0.0 · Output: object
Reads the value of a specific cell. Use it when you only need a specific piece of data: a total, a state, a parameter.
How it works
Section titled “How it works”Returns the value of cell cell (A1 notation). Requires a Google Sheets — Open session.
Required parameters
Section titled “Required parameters”| Parameter | Editor | Description |
|---|---|---|
cell | expression | Cell address, e.g. B3. |
Optional parameters
Section titled “Optional parameters”| Parameter | Editor | Description |
|---|---|---|
session | session | Google Sheets — Open session. Optional: within a body it is inherited. |
sheet | expression | Sheet name. By default, it activates it. |
Output
Section titled “Output”Returns a object with the cell value.
Example
Section titled “Example”Google Sheets — Read cell session = = hoja sheet = "Config" cell = "B2" → output: limiteRelated activities
Section titled “Related activities”- Write cell — write a cell.
- Find cell — find a cell by its value.