IExportToExcelSchemaConfig
@spartanfx/react / IExportToExcelSchemaConfig
Interface: IExportToExcelSchemaConfig
Defines a single field (column) in the export schema for a sheet.
Properties
| Property | Type | Description |
|---|---|---|
label | string | The column label to display in the exported Excel file. |
value | string | The field name in the data source (e.g., "Title", "Email"). |