Does anyone know how to reference non-adjacent cells in PHPExcel?
eg:
$sheet->getStyle('B2,C8')->applyFromArray()
Do I have to split them in two seperate lines or is there a way to combine them? I’ve done more research on this than I thought I should have to, can’t seem to find the answer anywhere.
You may select only single cells or range of cells so if You need to select multiple cells that are not next to each other You have to make it in 2 steps.