Value ViewHelper <c:cell.value>
ViewHelper that returns the value of a cell.
Go to the source code of this ViewHelper: ValueViewHelper.php (GitHub).
Arguments
The following arguments are available for the value ViewHelper:
address
-
- Required
true
- Type
- string
Address of the cell
Examples
Inline
<c:spreadsheet fileName="EXT:sav_charts/Resources/Private/Templates/ChartsExamples/Spreadsheet.xlsx">
<c:worksheet name="Example2">
<c:marker id="title">{c:cell.value(address:'A2')}</c:marker>
</c:worksheet>
</c:spreadsheet>
Copied!