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.3.7 | 2021-01-01 | xlswriter-1.3.7.tgz |
1.3.6 | 2020-06-17 | xlswriter-1.3.6.tgz |
1.3.5 | 2020-05-25 | xlswriter-1.3.5.tgz |
1.3.4.1 | 2020-04-12 | xlswriter-1.3.4.1.tgz |
1.3.4 | 2020-03-19 | xlswriter-1.3.4.tgz |
Version | Message |
1.3.7 |
- Fix IBM s390x. - Fix header line no and sheet checkout not init line no. - Fix single instance opens multiple files, but the file handle is not released. - Feat worksheet printed. - Feat worksheet hidden. - Feat workbook custom first worksheet. - Feat custom skip hidden rows. - Feat skip empty rows. - Feat set global type. - Feat url text and tool tip. - Feat work sheet protection. - Helper xlswriter_get_version and xlswriter_get_author |
1.3.6 |
- Fix musllibc. - Fix null in cell callback. - Feat cell comment. - Feat timestampFromDateDouble static method. - Feat Check for existence before opening file. |
1.3.5 |
- Feat activate sheet. - Feat mergeCells type writer. |
1.3.4.1 |
- Feat directory not exist error change to exception. - Windows full function support. |
1.3.4 |
- FEAT header support custom format. - FEAT putcsv custom delimiter. - FEAT ead skip cells,rows,empty value. - FIX read data method, the offset of the array index and the row of the cell. - FIX insertDate leaked. |