码迷,mamicode.com
首页 > 其他好文 > 详细

使用spreadsheet-reader流式读取超大excel文件

时间:2018-08-04 00:59:17      阅读:2744      评论:0      收藏:0      [点我收藏+]

标签:文件   遇到   var   建议   https   style   array   off   office   

github:https://github.com/nuovo/spreadsheet-reader

最近有一个读取超大excel文件的功能需求,使用的phpexcel,有严重的内存泄露问题,暂时还未找到解决方案。

spreadsheet-reader是流式读取excel的,对于大多数格式的excel都能正常的读取,且内存消耗很小。

 

PS:其中遇到的坑

xlsx文件一定要标准,也就是必须是offce生成的,而不是wps之类的……被这个坑了很久

如果不正确会出现如下报错,个人猜测是文件头问题,建议用office打开另存为一份就没问题了

 

Warning: XMLReader::open(): Empty string supplied as input in C:\myphp_www\PHPTutorial\WWW\spreadsheet-reader-master\SpreadsheetReader_XLSX.php on line 959

Warning: XMLReader::read(): Load Data before trying to read in C:\myphp_www\PHPTutorial\WWW\spreadsheet-reader-master\SpreadsheetReader_XLSX.php on line 995

Notice: Undefined variable: i in C:\myphp_www\PHPTutorial\WWW\test.php on line 10
Array ( ) 
Warning: XMLReader::read(): Load Data before trying to read in C:\myphp_www\PHPTutorial\WWW\spreadsheet-reader-master\SpreadsheetReader_XLSX.php on line 995

使用spreadsheet-reader流式读取超大excel文件

标签:文件   遇到   var   建议   https   style   array   off   office   

原文地址:https://www.cnblogs.com/Lynwood/p/9417035.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!