修改:PHPExcel\Cell.php   第799 行添加

$pColumnIndex = (int)$pColumnIndex;

  

* PHPExcel已停止维护,建议转到 【PHPOffice/PhpSpreadsheet】

 

然而还有一个不容易发现的问题,在高版本PHP7下,出现ERR_INVALID_RESPONSE的错误还可能由于下面的原因导致 【参考:https://blog.csdn.net/yicixing7/article/details/65628064

Fatal error: 'break' not in the 'loop' or 'switch' context in <mypath>\PHPExcel\PHPExcel\Calculation\Functions.php on line 581

请打开PHPExcel\Calculation\Functions.php文件,删除掉581行的break即可

相关文章:

  • 2022-01-10
  • 2022-02-18
  • 2022-12-23
  • 2021-12-06
  • 2021-10-10
  • 2021-05-15
  • 2021-10-12
  • 2022-12-23
猜你喜欢
  • 2021-11-28
  • 2022-01-16
  • 2022-02-05
  • 2022-12-23
  • 2021-06-25
  • 2021-11-27
  • 2022-01-11
相关资源
相似解决方案