OptionalcolumnsColumn keys to include. When omitted, every visible non-hidden column with
exportable !== false is exported, in display order.
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.
OptionalsourceRow set to export. Defaults to 'view'.
Options shared by all export targets.