Get cell value
Anatomy
<excel:get var="var" coords="(current cell)" type="raw"/>
Parents: excel:workbook
Description: EXCEL:GET gets the cell value at the current position of the cell cursor or at given coordinates.
Attributes
| Name | Type | Description | Defined By |
|---|---|---|---|
| var | var | Result variable name | excel:get |
| coords | string | Cell coordinates | excel:get |
| type | type | Evaluation type | excel:get |
Results:
| Binding | Type | Predicate |
|---|---|---|
| var | string | N/A |