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