我有一个很大的xlsx文件(16000行14列),我试着用PHPExcel读取它,但是我得到了错误:Fatal error: Allowed memory size of 134217728 bytesexhausted (tried to allocate 58 bytes) in Z:\home\xlsx.qqq\www\PHPExcel\Classes\PHPExcel\Worksheet.php有没有可能在php中读取大的xlsx文件而不出现这
所以,我有一个表格,能够读取excel文件,并通过上传一个excel文件保存到数据库。我上传.xls文件时可以,但不能上传.xlsx。$dok['file_name']; //success to echo uploaded .xlsx file
$this->load->library('excel');
//Identify the type of $inputFi