OptionalbomPrepend a UTF-8 byte-order mark so Excel auto-detects the encoding when
opening the file. Defaults to true.
OptionalcolumnsColumn keys to include. When omitted, every visible non-hidden column with
exportable !== false is exported, in display order.
OptionaldelimiterField delimiter. Defaults to ','.
OptionalfilenameOutput filename, without extension. Defaults to 'data'.
OptionalformatterPer-cell value formatter. Receives the column configuration, the raw value
from the record, and the record itself. Return one of ExportCellValue
(return a Date to keep date typing in XLSX).
OptionalincludeWhether to emit a header row. Defaults to true.
OptionalnewlineLine separator. Defaults to '\r\n' (RFC 4180).
OptionalsourceRow set to export. Defaults to 'view'.
Options for ApexGrid.exportToCSV.