Avatar of Richard Korts
Richard Korts
Flag for United States of America

asked on 

Need value of formula in PHP Office / PHP Spreadsheet

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.
Microsoft OfficePHP

Avatar of undefined
Last Comment
Richard Korts

8/22/2022 - Mon