IExportToExcelSchemaConfig
@spartanfx/react / index / IExportToExcelSchemaConfig
Interface: IExportToExcelSchemaConfig
Defines a single field (column) in the export schema for a sheet.
Properties
Required
| 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"). |
Options
| Property | Type | Description |
|---|---|---|
attribute? | string | The attribute to target from a project field |