PHP XLSXWriter Versions Save

Lightweight XLSX Excel Spreadsheet Writer in PHP

0.39

11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/mk-j/PHP_XLSXWriter/compare/0.38...0.39

0.38

4 years ago
  • added php 5.4 support

0.37

6 years ago
  • adds autofilter
  • adds freeze panes
  • adds border color styles
  • adds doc metadata fields (title,subject,company,keywords,description)

0.36

6 years ago
  • fixes broken example
  • bugfix release

0.35

6 years ago
  • added column options (column widths)
  • added row options (row height, wrap_text, hidden, collapsed)

0.32

7 years ago
  • added simple cell style functionality
  • write all strings as inline to reduce memory usage
  • respect column types if specified

0.31

7 years ago
  • added simple cell style functionality
  • write all strings as inline to reduce memory usage
  • respect column types if specified

0.30

7 years ago
  • added simple cell style functionality
  • write all strings as inline to reduce memory usage
  • respect column types if specified

0.22

8 years ago

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

0.21

9 years ago

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