Spreadsheet ViewHelper <c:spreadsheet> 

ViewHelper that defines the spreadsheet to use.

Go to the source code of this ViewHelper: SpreadsheetViewHelper.php (GitHub).

Arguments 

The following arguments are available for the spreadsheet ViewHelper:

fileName

fileName
Required

true

Type
string

Spreadsheet file name

Examples 

<c:spreadsheet fileName="EXT:sav_charts/Resources/Private/Templates/ChartsExamples/Spreadsheet.xlsx"> 

</c:spreadsheet>
Copied!