Skip to content

Releases: rap2hpoutre/fast-excel

v3.1.0

13 Oct 20:13
01e3096
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.2...v3.1.0

v3.0.2

12 Oct 09:30
14d138b
Compare
Choose a tag to compare
update types docblocks for export data (#236)

v3.0.1

29 Sep 08:38
9f04153
Compare
Choose a tag to compare
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)

01 May 13:59
e7633e5
Compare
Choose a tag to compare
  • 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

22 Feb 07:20
c8032e9
Compare
Choose a tag to compare
Added "start_row" and "transpose" functionality (#211)

v2.4.0

06 Feb 13:55
8bbd7e6
Compare
Choose a tag to compare
Allow a `SheetCollection` to be passed to the `fastexcel()` helper (#…

v2.3.0

04 Jan 13:10
50af6a4
Compare
Choose a tag to compare
Support PHP 8.0 (#201)

v2.2.0

27 Oct 05:44
126c50f
Compare
Choose a tag to compare
fix: Nullable types can be used above PHP7.1 (#190)

v2.1.0

08 Sep 12:41
9ab558d
Compare
Choose a tag to compare
Update README.md (#181)

v2.0.1

08 Sep 12:23
7784e70
Compare
Choose a tag to compare
Updated with 8.X versions of illuminate/support and illuminate/databa…