ExportParams
Parameters for a specific export operation
Properties
Section titled “Properties”| Property | Type | Description |
|---|---|---|
format | ExportFormat | Export format |
fileName? | string | File name for the export (without extension) |
columns? | string[] | Specific column fields to export |
rowIndices? | number[] | Specific row indices to export |
includeHeaders? | boolean | Include column headers in export |
processCell? | (value: any, field: string, row: any) => any | Custom cell value processor |
processHeader? | (header: string, field: string) => string | Custom header processor |
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