Worksheet ViewHelper <c:worksheet>
ViewHelper that defines the worksheet to use in a spreadsheet.
Go to the source code of this ViewHelper: WorksheetViewHelper.php (GitHub).
Arguments
The following arguments are available for the worksheet ViewHelper:
name
-
- Required
true
- Type
- string
Worksheet name
Examples
<c:spreadsheet fileName="EXT:sav_charts/Resources/Private/Templates/ChartsExamples/Spreadsheet.xlsx">
<c:worksheet name="Example2">
</c:worksheet>
</c:spreadsheet>
Copied!