aVadim483 / fast-excel-writer

Lightweight and very fast XLSX Excel Spreadsheet Writer in PHP
MIT License
142 stars 26 forks source link

Doesn't work $sheet->setValue() method #46

Closed Elferboy closed 6 months ago

Elferboy commented 7 months ago

Method $sheet->setValue() doesn't write anything to the feed. Example:

$sheet->setValue('B5', '23');
$sheet->setValue([1, 1], '23');
aVadim483 commented 6 months ago

fixed in v4.10.0