Using PHP Office / PHP spreadsheet.
Some cells in the sheet being read have formulas in them.
How can I get the value produced by the formula?
When I do this:
$net_each = $prl->getCellByColumnAndRow(10, $row)->getValue();
I get the formula. How can I get "Value of" the formula?
Thanks.