Skip to main content

IExportToExcelSchema

@spartanfx/react v1.2.2


@spartanfx/react / index / IExportToExcelSchema

Interface: IExportToExcelSchema

Maps sheet names to arrays of field definitions. Each key becomes a worksheet name in the Excel file.

Indexable

[key: string]: IExportToExcelSchemaConfig[]

Key represents the Excel sheet name. Value is an array of column configurations for that sheet.