Nayjest / Grids

Grids framework for Laravel
MIT License
203 stars 77 forks source link

Maatwebsite/Excel v3 support through new component #226

Closed Eloar closed 1 year ago

Eloar commented 1 year ago

Created new PhpSpreadsheetExport component as compatible with Maatwebsite/Excel v3 and newer. Needs PHP 7 to run (but should run on PHP 5.5 if new component is not loaded), It adresses #211 and #224 issues.

Tried it to be as much similar with rest of package as possible.

There is exception used for delivering response from within grid rendering process. Couldn't find better cleaner way to do it without requiring users to change way they deliver grid to view.

Tested it with:

Nayjest commented 1 year ago

Thanks! Released as v2.0.4