Skip to content

Releases: mk-j/PHP_XLSXWriter

PHP_XLSXWriter 0.39

31 May 22:20
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.38...0.39

PHP_XLSXWriter 0.38

28 Apr 22:41
0057952
Compare
Choose a tag to compare
  • added php 5.4 support

PHP_XLSXWriter 0.37

11 Jan 08:08
c4ba602
Compare
Choose a tag to compare
  • adds autofilter
  • adds freeze panes
  • adds border color styles
  • adds doc metadata fields (title,subject,company,keywords,description)

PHP_XLSXWriter 0.36

02 Dec 15:05
a754190
Compare
Choose a tag to compare
  • fixes broken example
  • bugfix release

PHP_XLSXWriter 0.35

23 Aug 16:35
Compare
Choose a tag to compare
  • added column options (column widths)
  • added row options (row height, wrap_text, hidden, collapsed)

PHP_XLSXWriter 0.32

09 Mar 16:26
Compare
Choose a tag to compare
  • added simple cell style functionality
  • write all strings as inline to reduce memory usage
  • respect column types if specified

PHP_XLSXWriter 0.31

02 Feb 20:59
Compare
Choose a tag to compare
  • added simple cell style functionality
  • write all strings as inline to reduce memory usage
  • respect column types if specified

PHP_XLSXWriter 0.30

31 Jan 00:00
Compare
Choose a tag to compare
  • added simple cell style functionality
  • write all strings as inline to reduce memory usage
  • respect column types if specified

PHP_XLSXWriter 0.22

24 Aug 22:23
Compare
Choose a tag to compare

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

19 Nov 14:16
Compare
Choose a tag to compare

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