Releases: mk-j/PHP_XLSXWriter
Releases · mk-j/PHP_XLSXWriter
PHP_XLSXWriter 0.39
What's Changed
- Check that tempfiles could be created. by @xrobau in #280
- Problem with row options on Excel 2007 by @fulgurio in #308
- Add missing property, fix call to htmlspecialchars by ensuring the pa… by @Watkinsong in #341
- Fix '=' in Google Sheets by @kkr-Christopher in #321
New Contributors
- @xrobau made their first contribution in #280
- @fulgurio made their first contribution in #308
- @Watkinsong made their first contribution in #341
- @kkr-Christopher made their first contribution in #321
Full Changelog: 0.38...0.39
PHP_XLSXWriter 0.38
- added php 5.4 support
PHP_XLSXWriter 0.37
- adds autofilter
- adds freeze panes
- adds border color styles
- adds doc metadata fields (title,subject,company,keywords,description)
PHP_XLSXWriter 0.36
- fixes broken example
- bugfix release
PHP_XLSXWriter 0.35
- added column options (column widths)
- added row options (row height, wrap_text, hidden, collapsed)
PHP_XLSXWriter 0.32
- added simple cell style functionality
- write all strings as inline to reduce memory usage
- respect column types if specified
PHP_XLSXWriter 0.31
- added simple cell style functionality
- write all strings as inline to reduce memory usage
- respect column types if specified
PHP_XLSXWriter 0.30
- added simple cell style functionality
- write all strings as inline to reduce memory usage
- respect column types if specified
PHP_XLSXWriter 0.22
This library is designed to write Excel 2007 (xlsx) spreadsheets with minimal memory usage.
supports PHP 5.2.1+
supports Unicode via UTF-8
supports multiple worksheets
supports per-row writing
In this release:
- minor bug fixes/stability tweaks
- added support for custom number/date formats
PHP_XLSXWriter 0.21
This library is designed to write Excel 2007 (xlsx) spreadsheets with minimal memory usage.
supports PHP 5.2.1+
supports Unicode via UTF-8
supports multiple worksheets
supports per-row writing
In this release:
- improved composer support
- fixed bug where cells like "1e10" would corrupt a spreadsheet
- fixed issue causing phpunit to fail