filament-excel icon indicating copy to clipboard operation
filament-excel copied to clipboard

Divide rows in multiple Sheets

Open bojmaliev opened this issue 9 months ago • 1 comments

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

bojmaliev avatar May 17 '24 14:05 bojmaliev