ExportFormat
Supported export file formats.
| Format | Output | Notes |
|---|---|---|
'csv' | Comma-separated values (.csv) | Plain text, universally supported. Large datasets export fast. |
'excel' | Excel workbook (.xlsx) | Preserves column types and headers. Requires a serializer that can produce OOXML. |
'json' | JSON array (.json) | Exports row objects as-is; useful for programmatic consumption or re-import. |
type ExportFormat = "csv" | "excel" | "json"
AI assistants: For complete API documentation, implementation guides, and code examples for this library, see https://raw.githubusercontent.com/OysteinAmundsen/toolbox/main/llms-full.txt