Skip to content

Releases: Ang3/php-excel-encoder

3.0.1

Choose a tag to compare

@Ang3 Ang3 released this 16 Feb 10:48
a72f3b8

What's Changed

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

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

3.0.0

Choose a tag to compare

@Ang3 Ang3 released this 02 Feb 01:26
  • Support for PHP >=8.1 and Symfony ^6.0

2.0.1

Choose a tag to compare

@Ang3 Ang3 released this 16 Dec 10:56
  • Removed PHP 7.2 support due to compatibility problem.

2.0.0

Choose a tag to compare

@Ang3 Ang3 released this 15 Dec 13:08

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

Choose a tag to compare

@Ang3 Ang3 released this 28 Feb 01:03
  • Updated composer.json to support Symfony components ^5.0

1.0.1

Choose a tag to compare

@Ang3 Ang3 released this 28 Feb 00:57
  • Fix code
  • Fix dependencies
  • Updated README.md

1.0.0

Choose a tag to compare

@Ang3 Ang3 released this 13 Dec 14:47

First release.