omines / datatables-bundle

DataTables bundle for Symfony
https://omines.github.io/datatables-bundle/
MIT License
251 stars 113 forks source link

Excel OpenSpout exporter #333

Closed mhvis closed 3 months ago

mhvis commented 3 months ago

Thanks for merging the previous PR! I forgot to add a couple additional requested features to the export, namely a freeze row and AutoFilter.

So that's in this PR.

If this PR is good like this, could you make a new release? Then we can start using the new exporter.

Thanks in advance!

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 94.52%. Comparing base (879898d) to head (8569907).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #333 +/- ## ======================================= Coverage 94.52% 94.52% ======================================= Files 37 37 Lines 968 968 ======================================= Hits 915 915 Misses 53 53 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

curry684 commented 3 months ago

Thnx!