Skip to content

Releases: aVadim483/fast-excel-writer

v4.1.0

17 Jun 19:09
Compare
Choose a tag to compare

Features:
add text rotation (thanx to @jarrod-colluco );
add notes (old style comments).

v4.0.6

13 Jun 21:48
Compare
Choose a tag to compare

supports _xlnf functions

v4.0.5

13 Jun 20:03
Compare
Choose a tag to compare

add named ranges

v4.0.4

12 Jun 20:41
Compare
Choose a tag to compare

performance improvement;
code refactoring

v4.0.3

12 Jun 17:01
Compare
Choose a tag to compare

all Sheet methods 'apply...' was added to Area class (via magic method __call())

v4.0.2

11 Jun 17:12
Compare
Choose a tag to compare
minor refactoring

v4.0.1

10 Jun 16:09
Compare
Choose a tag to compare

Now the library works even faster;
Added a fluent interface for applying styles;
New methods and code refactoring

v3.1.3

02 Jun 17:39
Compare
Choose a tag to compare

Can apply any font installed on the computer

v3.1.2

13 Sep 16:21
Compare
Choose a tag to compare
Fix fill style; some performance optimizations

v3.1.1

07 Sep 21:14
Compare
Choose a tag to compare

Performance optimization