I want to know how to read the visible/calculated contents of the cells of an Excel Sheet & not the underlying formula. For example:- if a cell contains sum(a1,a5) which equals say 123, then it shud read 123, not sum(a1,a5). Similarly for time, it shud read the time as it is, n not the referential value in ratio of 24:00:00...
Please help me out!!!
Viral Jain
You can use ...->getCell($columnAsLetters.$row)->getCalculatedValue();
as described in this thread: How to automatically read in calculated values with PHPExcel?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With