openspout
openspout copied to clipboard
[Question] Set value to specific cell
How to set value to a specific cell on the sheet?
$sheet->setCellValue("A17", 'Total Gross Sales ($)');
$sheet->setCellValue("A18", '156.50');
I could not find anything in docs.