Releases: aVadim483/fast-excel-writer
Releases · aVadim483/fast-excel-writer
v3.1.3
v3.1.2
v3.1.1
v3.1.0
v3.0.1
What's new?
- Minimal version of PHP is 7.4.x
- All predefined formats are now case-insensitive and must start with '@' (
'@date'
,'@money'
, etc) - Method
setColumns()
was removed, use methodsetColOptions()
instead - Method
writeRow()
has third parameters:writeRow($rowData, ?array $rowOptions, ?array cellOptions)
- You can set auto width for columns
v2.3.10
v2.3.9
v2.3.7
v2.3.6
Fix for autofilters of LibreOffice. Thanx @maciekstary