Skip to content

Releases: Ang3/php-excel-encoder

3.0.1

16 Feb 10:48
a72f3b8
Compare
Choose a tag to compare

What's Changed

  • [Fix] Multiple sheets encoding by @Ang3 in #3

Full Changelog: v3.0.0...v3.0.1

3.0.0

02 Feb 01:26
Compare
Choose a tag to compare
  • Support for PHP >=8.1 and Symfony ^6.0

2.0.1

16 Dec 10:56
Compare
Choose a tag to compare
  • Removed PHP 7.2 support due to compatibility problem.

2.0.0

15 Dec 13:08
Compare
Choose a tag to compare

Binary compatibility break

  • PHP 8 support
  • Symfony v6.x support
  • Removed CSV support (prefer using the Symfony encoder instead).
  • Deleted format ExcelEncoder::SPREADSHEET
  • Added context parameter ExcelEncoder::AS_COLLECION_KEY
  • Decoding without merging headers row (as no collection)
  • Removed context parameter ExcelEncoder::NB_HEADER_ROWS_KEY

1.0.2

28 Feb 01:03
Compare
Choose a tag to compare
  • Updated composer.json to support Symfony components ^5.0

1.0.1

28 Feb 00:57
Compare
Choose a tag to compare
  • Fix code
  • Fix dependencies
  • Updated README.md

1.0.0

13 Dec 14:47
Compare
Choose a tag to compare

First release.