rap2hpoutre / fast-excel

🦉 Fast Excel import/export for Laravel
MIT License
2.08k stars 246 forks source link

Allow Traversable as data in Export #343

Open sshaik305 opened 8 months ago

sshaik305 commented 8 months ago

This is useful if you want to pass an object of a class that implements IteratorAggregate as data

sshaik305 commented 8 months ago

@rap2hpoutre can you please check