xlswriter

Efficient and fast xlsx file extension.


xlswriter is a PHP C Extension that can be used to write text, numbers, formulas and hyperlinks to multiple worksheets in an Excel 2007+ XLSX file.

Writer

- 100% compatible Excel XLSX files.
- Full Excel formatting.
- Merged cells.
- Defined names.
- Autofilters.
- Charts.
- Data validation and drop down lists.
- Worksheet PNG/JPEG images.
- Memory optimization mode for writing large files.
- Works on Linux, FreeBSD, OpenBSD, OS X, Windows.
- Compiles for 32 and 64 bit.
- FreeBSD License.
- The only dependency is on zlib.

Reader

- Full read data
- Cursor read data
- Read by data type
- Xlsx to csv

License: BSD license

Latest releases

Version Release Download
1.5.5 2023-05-15 xlswriter-1.5.5.tgz
1.5.4 2023-03-01 xlswriter-1.5.4.tgz
1.5.3 2023-03-01 xlswriter-1.5.3.tgz
1.5.2 2022-04-28 xlswriter-1.5.2.tgz
1.5.1 2021-10-26 xlswriter-1.5.1.tgz
Show all releases

Changelog

Version Message
1.5.5 - Feat: static built.
1.5.4 - Fix: PACKED array on PHP 8.2.
1.5.3 - Feat: Print scale.
- Feat: Border color.
- Fix: PACKED array on PHP 8.2.
1.5.2 - Fix: Write failure on data reference.
- Fix: String is not zero-terminatedpage.
1.5.1 - Feat customize to enable or disable zip64.
Show complete changelog