What problem does it solve?
Exports data selections to CSV, XLSX, or PDF files to enable sharing, reporting, and offline analysis.
Core Features & Use Cases
- Streaming exports to handle large datasets without high memory usage.
- Consistent formatting across CSV/XLSX/PDF including date/boolean/relationship formatting.
- End-to-end workflow: select records in a Resource Table and export via a bulk action, with results retrievable through a download endpoint.
- Optional asynchronous processing via a queued job for large exports, with a minimal footprint in the core package.
- Secure and predictable retrieval through a dedicated ExportDownloadController and routes.
Quick Start
Install the Arqel export package and invoke the Export bulk action from a resource to generate an export file and a downloadable URL.