Skip to content

Releases: aVadim483/fast-excel-writer

v2.3.1

20 Jun 17:33
Compare
Choose a tag to compare
fix Exception class

v2.3.0

06 May 08:22
Compare
Choose a tag to compare
Added the ability to set a custom directory for temporary files

v2.2.1

24 Apr 17:37
Compare
Choose a tag to compare
Fix: Loading localized Excel functions

v2.2.0

24 Apr 09:25
Compare
Choose a tag to compare
Excel::log() is replaced with exceptions

v2.1.2

24 Apr 08:33
b564074
Compare
Choose a tag to compare
Merge pull request #3 from xdrew/master

Added ability to delete sheets, column index check fixed

v2.1.1

06 Dec 15:35
Compare
Choose a tag to compare

Fix time as 00:00:00 and minor optimizations

v2.1.0

03 Aug 06:19
Compare
Choose a tag to compare

Excel workbook creation moved to static method, so you need call Excel::create($sheets) instead of new Excel($sheets)

v2.0.0

02 Aug 20:16
Compare
Choose a tag to compare

New version with deep refactoring and adaptation for php 7.2