Skip to main content
Version: 1.0.5

IExportToExcelItem

@spartanfx/react v1.0.5


@spartanfx/react / IExportToExcelItem

Interface: IExportToExcelItem

Represents the actual data to export. Each key must match a key in the schema and becomes a worksheet.

Indexable

[key: string]: any[]

Key represents the Excel sheet name. Value is an array of objects to export as rows.