Releases: rap2hpoutre/fast-excel
Releases · rap2hpoutre/fast-excel
v3.1.0
What's Changed
- chore: try only with php8 by @rap2hpoutre in #237
- Import multiple sheets with sheets name by @IvAndrew in #235
New Contributors
Full Changelog: v3.0.2...v3.1.0
v3.0.2
update types docblocks for export data (#236)
v3.0.1
fix issue of inability to style xlsx rows (#231) * fix issue of inability to style xlsx rows * Update src/Exportable.php * Update src/Exportable.php * Update src/Exportable.php * Update src/Exportable.php Co-authored-by: Raphaël Huchet <[email protected]>
v3.0.0: feat: migrate to spout 3 (#220)
- add support for PHP 8
- update PHPUnit to 6.4 to 9.5
- update Spout from 2 to 3
- (breaking change) drop support for PHP 7.1
- (breaking change) remove setEndOfLineCharacter support for CSV
v2.5.0
Added "start_row" and "transpose" functionality (#211)
v2.4.0
Allow a `SheetCollection` to be passed to the `fastexcel()` helper (#…
v2.3.0
Support PHP 8.0 (#201)
v2.2.0
fix: Nullable types can be used above PHP7.1 (#190)
v2.1.0
Update README.md (#181)
v2.0.1
Updated with 8.X versions of illuminate/support and illuminate/databa…