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