当我试图在 php 7 中导出 excel 文件时,相同的代码在 php5 中工作
$worksheet =& new writeexcel_worksheet($name, $index, $this->_activesheet,
$this->_firstsheet,
$this->_url_format, $this->_parser,
$this->_tempdir);
解析错误:语法错误,第 190 行 C:\xampp\htdocs\developer\wp-content\plugins\liveunited-payments\php_writeexcel\class.writeexcel_workbook.inc.php 中的意外“新”(T_NEW)