Skip to content

Releases: Ticketpark/HtmlPhpExcel

2.2.1

23 May 11:06
5d7f13f
Compare
Choose a tag to compare
  • Handled exception which is thrown by some versions of FastExcelWriter (78e8e12)

2.2

04 Mar 13:49
Compare
Choose a tag to compare
2.2
  • Added support for v5 of FastExcelWriter (4c80797)

2.1.2

23 Feb 15:36
Compare
Choose a tag to compare
  • Fixed custom naming of excel sheets (#42) – thank you @JurajG007!

2.1.1

23 Nov 20:05
Compare
Choose a tag to compare
  • Fixed PHP version in composer.json (57bb408)

2.1

23 Nov 19:51
42ac32f
Compare
Choose a tag to compare
2.1
  • Re-added cell merging functionality (#39, #40) – thanks to @richardDobron for providing this implementation!
  • Added support for PHP 8.3

2.0.2

09 Nov 20:43
5a910b2
Compare
Choose a tag to compare
  • Now catches and ignores JsonException on invalid _excel-styles (#38)

2.0.1

01 Nov 09:40
Compare
Choose a tag to compare
  • Added improvement to avoid PHP warning (0580259)
  • Added docs on how to set hyperlinks (329bd39)

2.0

01 Nov 09:13
31da7ef
Compare
Choose a tag to compare
2.0

This is a major update, newly based on FastExcelWriter instead of PhpSpreadsheet.

  • Faster performance.
  • Simpler syntax for styling.

Checkout README for more information on usage.

1.9

01 Nov 09:26
163ac2c
Compare
Choose a tag to compare
1.9
  • Added option to add links to cells (#34) – thanks @daveherman71 for providing this feature

1.8.1

30 Oct 20:56
9336982
Compare
Choose a tag to compare
  • Added missing PHP 8.2 in composer.json (#35) – thanks to @mostafasy for noticing and providing a fix