Skip to content

Releases: aVadim483/fast-excel-writer

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

v3.1.0

04 Sep 12:27
Compare
Choose a tag to compare

Now you can insert active hyperlinks into cells

v3.0.1

09 Aug 17:44
Compare
Choose a tag to compare

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 method setColOptions() instead
  • Method writeRow() has third parameters: writeRow($rowData, ?array $rowOptions, ?array cellOptions)
  • You can set auto width for columns

v2.3.10

04 Jul 18:26
Compare
Choose a tag to compare
add method output() - download generated file to client

v2.3.9

27 Jun 19:15
Compare
Choose a tag to compare
fix for php 8.1

v2.3.7

27 Jan 19:25
Compare
Choose a tag to compare

add methods setRowHeight() & setRowHeights()

v2.3.6

08 Dec 10:42
7e1d44a
Compare
Choose a tag to compare

Fix for autofilters of LibreOffice. Thanx @maciekstary

v2.3.5

25 Nov 17:07
1b9fb70
Compare
Choose a tag to compare

Minor fix