How to automatically read in calculated values with PHPExcel?

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

I have the following Excel file:

\"alt

I read it in by looping

5条回答
  •  清歌不尽
    2020-12-05 07:18

    Looks like getCalculatedValue() is deprecated. Try using getFormattedValue() instead.

提交回复
热议问题