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
Version | Release | Download |
1.5.8 | 2024-11-10 | xlswriter-1.5.8.tgz |
1.5.7 | 2024-09-04 | xlswriter-1.5.7.tgz |
1.5.6 | 2024-08-28 | xlswriter-1.5.6.tgz |
1.5.5 | 2023-05-15 | xlswriter-1.5.5.tgz |
1.5.4 | 2023-03-01 | xlswriter-1.5.4.tgz |
Version | Message |
1.5.8 |
- Fix: insertDate format. - Feat: format rotation. |
1.5.7 | - Fix: insertDate memory leak. |
1.5.6 | - Fix: format resource memory leak. |
1.5.5 | - Feat: static built. |
1.5.4 | - Fix: PACKED array on PHP 8.2. |