phpexcel怎么读取公式的值_百度知道
[专业]答案:以下的Excel文件:获得价值getCell(...)->getValue():$highestColumnAsLetters=$this->objPHPExcel->setActiveSheetIndex(0)->getHighestColumn();//e...更多关于phpexcel如何读取带公式的excel文件得到值呢?的问题>>
PHPexcel 读取excel中的值是空的_百度知道
最佳答案: 你的代码: $strs[0] =$objWorksheet->getCellByColumnAndRow($col,$row)->getValue(); 数据需要强制类型转换,改成: $strs[0] =(string)$obj...更多关于phpexcel如何读取带公式的excel文件得到值呢?的问题>>