Skip to content

Releases: aVadim483/fast-excel-writer

v4.6.0

16 Sep 12:44
Compare
Choose a tag to compare
upd page settings, rows settings, columns settings

v4.5.2

11 Sep 20:59
Compare
Choose a tag to compare

minor fix; upd docs

v4.5.0

10 Sep 22:16
Compare
Choose a tag to compare

Supports workbook and sheet protection with/without passwords

v4.4.1

01 Sep 18:18
Compare
Choose a tag to compare
add image insertion by url

v4.4.0

29 Aug 11:35
Compare
Choose a tag to compare
add image insertion

v4.3.1

19 Aug 17:08
Compare
Choose a tag to compare
columns autowidth; minor fixes

v4.3.0

11 Aug 17:53
Compare
Choose a tag to compare

New methods:

  • Area::moveTo($cellAddress);
  • Area::nextCell();
  • Area::nextRow();
  • Area::writeCell($value);
  • Area::writeRow(array $row);
  • Sheet::setTopLeftCell($cellAddress);

v4.2.0

11 Jul 09:52
Compare
Choose a tag to compare
some refactoring;

fix https://github.com/aVadim483/fast-excel-writer/issues/25;
fix https://github.com/aVadim483/fast-excel-writer/issues/24;

v4.1.2

01 Jul 09:31
Compare
Choose a tag to compare

minor fixes

v4.1.1

27 Jun 17:16
Compare
Choose a tag to compare

Features:
add note styling (thanx to @jarrod-colluco );