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
扩展
使用的是phpexcel 1.8版本
"phpoffice/phpexcel": "^1.8",
在php7.4版本以上会发生以下下报错
Array and string offset access syntax with curly braces is deprecated
请使用phpoffice/phpspreadsheet
扩展