Skip to content

PHP_XLSXWriter 0.21

Compare
Choose a tag to compare
@mk-j mk-j released this 19 Nov 14:16
· 159 commits to master since this release

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