Releases: aVadim483/fast-excel-writer
Releases · aVadim483/fast-excel-writer
v4.6.0
upd page settings, rows settings, columns settings
v4.5.0
Supports workbook and sheet protection with/without passwords
v4.4.1
add image insertion by url
v4.3.1
columns autowidth; minor fixes
v4.3.0
New methods:
- Area::moveTo($cellAddress);
- Area::nextCell();
- Area::nextRow();
- Area::writeCell($value);
- Area::writeRow(array $row);
- Sheet::setTopLeftCell($cellAddress);
v4.2.0
some refactoring;
fix https://github.com/aVadim483/fast-excel-writer/issues/25;
fix https://github.com/aVadim483/fast-excel-writer/issues/24;