Closed Elferboy closed 11 months ago
Method $sheet->setValue() doesn't write anything to the feed. Example:
$sheet->setValue()
$sheet->setValue('B5', '23'); $sheet->setValue([1, 1], '23');
fixed in v4.10.0
Method
$sheet->setValue()
doesn't write anything to the feed. Example: