IExportConfig
Home > @gooddata/sdk-backend-spi > IExportConfig
IExportConfig interface
Configuration for exports of results into XLSX or CSV.
Signature:
export interface IExportConfig
Properties
| Property | Type | Description |
|---|---|---|
| format? | "xlsx" | "csv" | "raw" | (Optional) Format of the export file. Defaults to CSV if not specified. |
| mergeHeaders? | boolean | (Optional) Applicable for XLSX format; indicates whether headers and cells in the sheet should be merged. |
| showFilters? | boolean | (Optional) Applicable for XLSX format; specifies filters to include as comments / metadata in the Excel sheet. |
| title? | string | (Optional) Applicable for XLSX format; specifies title of the workbook. |