Array and string offset access syntax with curly braces is deprecated原因

使用的是phpexcel 1.8版本
“phpoffice/phpexcel”: “^1.8”,
在php7.4版本以上会发生以下下报错
Array and string offset access syntax with curly braces is deprecated
请使用phpoffice/phpspreadsheet扩展

今天遇到了这个问题,涉及 php 与 excel 之间数据转换。之前一直用 PHPExcel,他们的开发组不更新了。但是找到了 PhpSpreadsheet 。

phpoffice/phpspreadsheet 的使用