Releases: viest/php-ext-xlswriter
Releases · viest/php-ext-xlswriter
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
Merge pull request #274 from viest/dev
update 1.3.6 release info
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.
1.3.3.2
- FIX free up stale sheets.
1.3.3
- FEAT mergeCells and insertFormula support format.
- FEAT put csv with callback.
- FEAT global default format.
- FIX READ turning data into custom types.
1.3.2
- FEAT display or hide screen and print gridlines.
- FEAT worksheet zoom.
- FEAT data method is written by default from the file header.
- FEAT returns null if the type is specified and the cell is empty.
- FEAT sheet list.
- FEAT xlsx to csv.
1.3.1
- FEAT freeze panes
- FEAT set font
- Refactor format background