mk-j/php_xlsxwriter
PHP Library to write XLSX files
·
8.9M downloads/mo
#1903 most downloaded on Packagist
mk-j/PHP_XLSXWriter
What this package is like to depend on
Last release 3 years ago
no release in 18 months
Release timing varies
gaps range from 4 weeks to 3.4 years
Nearly every release is documented
notes for 10 of 11 stable releases
Nothing withdrawn
no release was ever pulled
12 years old
11 releases · first in 2014
0 releases in the last 12 months
see the full history below
Release timeline
11 releases · Oct 2014 to May 2023Releases
latest 11-
0.3931 May 2023Release notes
Open source →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
-
0.3811 Jan 2020 -
0.3711 Jan 2018Release notes
Open source →- adds autofilter
- adds freeze panes
- adds border color styles
- adds doc metadata fields (title,subject,company,keywords,description)
-
0.3602 Dec 2017 -
0.3523 Aug 2017Release notes
Open source →- added column options (column widths)
- added row options (row height, wrap_text, hidden, collapsed)
-
0.3209 Mar 2017Release notes
Open source →- added simple cell style functionality
- write all strings as inline to reduce memory usage
- respect column types if specified
-
0.3102 Feb 2017Release notes
Open source →- added simple cell style functionality
- write all strings as inline to reduce memory usage
- respect column types if specified
-
0.3030 Jan 2017Release notes
Open source →- added simple cell style functionality
- write all strings as inline to reduce memory usage
- respect column types if specified
-
0.2228 Jul 2015Release notes
Open source →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 writingIn this release:
- minor bug fixes/stability tweaks
- added support for custom number/date formats
-
0.2118 Nov 2014Release notes
Open source →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 writingIn this release:
- improved composer support
- fixed bug where cells like "1e10" would corrupt a spreadsheet
- fixed issue causing phpunit to fail
-
0.2023 Oct 2014Nothing published for this version