memory size of 134217728 bytes exhausted (tried to allocate 24 bytes) in D:\Data\xampp\htdocs\Classes\PHPExcel我尝试过使用缓存,像这样的东西$cacheSettings$i)->getFill()->applyFromArray( 'type'
我试过改变内存的最大值、执行时间等,但什么也没改变。size of 262144 bytes exhausted (tried to allocate 148 bytes) in C:\inetpub\wwwroot\systrucking\Php\PHPExcel_1.8.0\Classes\PHPExcel\Shared\String.php on line 96
[07-Sep-2016 13:45:18 ] PHP Fatal error: Allowed_1.8.0\Classes\PHPExcel\Share
我用Codeigniter中的PHPExcel库编写了一个读取excel文件的方法。它适用于xls格式。因此,我将该文件转换为xlsx格式并对其进行测试。当我检查xlsx文件时,我给出以下错误。bytes exhausted (tried to allocate 93 bytes) in /home/dinuka/workspace/sec_new/application/third_party/PHPExcel为什么使用xls格式时不会耗尽内存限制?