filament-excel
filament-excel copied to clipboard
Divide rows in multiple Sheets
I think nice to have feature is to be able to divide the export in different sheets.
It should me something like:
ExcelExport::make()
->fromTable()
->getSheetUsing(fn($row)=> $row['type']) // where $row['type'] is sheet name