Optional
allIf true
, the hidden columns will also be exported.
Optional
escapeIf false
, the formulas in the cells will not be escaped.
It is not recommended to disable this option as it exposes the user to potential CSV injection attacks.
See https://owasp.org/www-community/attacks/CSV_Injection for more information.
Optional
fieldsThe columns exported. This should only be used if you want to restrict the columns exports.
Optional
fileThe string used as the file name.
Optional
getFunction that returns the list of row ids to export on the order they should be exported.
With all properties from [[GridGetRowsToExportParams]].
The list of row ids to export.
Optional
includeIf true
, the first row of the file will include the headers of the grid.
The options applicable to any document export format (CSV and Excel).