Working on a personal project I saw the need to export data generated by eloquent queries from laravel in Excel format. The dependency that worked quite well for me is the following:
https://docs.laravel-excel.com/3.0/getting-started/installation.html
Additionally I attach two tutorials that I use:
- https://www.youtube.com/watch?v=YOMQudcPYiU
- https://laraveldaily.com/laravel-excel-export-formatting-and-styling-cells/
Best Regards!
Top comments (0)