Skip to content

Description

The ExportFile plugin lets you export table data as a string, blob, or downloadable file.

Supported formats:

  • CSV ('csv') — synchronous, no additional setup required.
  • XLSX ('xlsx') — asynchronous (returns a Promise). Requires the ExcelJS library to be passed as the engine option in the plugin settings.

See the export file demo for examples.

Example