Releases: aVadim483/fast-excel-writer
Releases · aVadim483/fast-excel-writer
v2.3.0
Added the ability to set a custom directory for temporary files
v2.2.1
Fix: Loading localized Excel functions
v2.2.0
Excel::log() is replaced with exceptions
v2.1.2
Merge pull request #3 from xdrew/master
Added ability to delete sheets, column index check fixed
v2.1.1
Fix time as 00:00:00 and minor optimizations
v2.1.0
Excel workbook creation moved to static method, so you need call Excel::create($sheets)
instead of new Excel($sheets)
v2.0.0
New version with deep refactoring and adaptation for php 7.2