pxlrbt / filament-excel

Excel Export for Filament Admin Resources
MIT License
323 stars 68 forks source link

Divide rows in multiple Sheets #192

Open bojmaliev opened 2 months ago

bojmaliev commented 2 months ago

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
pxlrbt commented 2 months ago

I don't really have a use case for this. But if it's not too complex I'd be open to merge a PR.