aVadim483 / fast-excel-writer

Lightweight and very fast XLSX Excel Spreadsheet Writer in PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Elferboy opened this issue · comments

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

$sheet->setValue('B5', '23');
$sheet->setValue([1, 1], '23');

fixed in v4.10.0