Releases: Ticketpark/HtmlPhpExcel
Releases · Ticketpark/HtmlPhpExcel
2.2.1
- Handled exception which is thrown by some versions of
FastExcelWriter
(78e8e12)
2.2
- Added support for v5 of
FastExcelWriter
(4c80797)
2.1.2
- Fixed custom naming of excel sheets (#42) – thank you @JurajG007!
2.1.1
- Fixed PHP version in composer.json (57bb408)
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
- Now catches and ignores
JsonException
on invalid _excel-styles
(#38)
2.0.1
- Added improvement to avoid PHP warning (0580259)
- Added docs on how to set hyperlinks (329bd39)
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
- Added option to add links to cells (#34) – thanks @daveherman71 for providing this feature
1.8.1
- Added missing PHP 8.2 in composer.json (#35) – thanks to @mostafasy for noticing and providing a fix