openspout icon indicating copy to clipboard operation
openspout copied to clipboard

[Question] Set value to specific cell

Open ankurk91 opened this issue 2 years ago • 0 comments

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.

ankurk91 avatar Jul 25 '22 06:07 ankurk91