3p-core v2.1.4
3p-core / 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.