How to automatically read in calculated values with PHPExcel?

前端 未结 5 1968
广开言路
广开言路 2020-12-05 06:15

I have the following Excel file:

\"alt

I read it in by looping

5条回答
  •  时光说笑
    2020-12-05 06:55

    getCalculatedValue() seems to do the right job you wanted. It will return the correct value if the cell contains FBV ( formula based value ). If not then the normal value will be returned instead.

提交回复
热议问题