Closed (fixed)
Project:
PHPExcel
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
7 Sep 2012 at 08:35 UTC
Updated:
23 Apr 2013 at 07:50 UTC
with 128mb memory limit per process i can import only xls files with 20000 rows.
can phpexcel work with batch api or how we can do import big files (100000 rows per xlsx file max)
Comments
Comment #1
ionmedia commentedhere i see http://phpexcel.codeplex.com/discussions/240375 what phpexcel can use cache
how i can enable it ?
Comment #2
ionmedia commentedafter tests i see what this
fix any issues with reading big xlsx files, author can add it to function phpexcel_import and another
Comment #3
ionmedia commentedComment #4
wadmiraal commentedHi.
I'm changing the issue.
This is actually a feature I'd like to implement. For now, you can only use the Memcache settings, but that's far too restrictive compared to what PHPExcel has to offer.
I haven't made the move to implement it fully yet, but I'm putting it on my todo list.
Kind regards,
W
Comment #5
wadmiraal commentedGot to spend some time on this and implemented almost all caching options provided by PHPExcel, including Temp, Memcache, APC and memory. It provides a UI to set the caching method and related options at admin/config/system/phpexcel.
It's on dev.
Comment #6.0
(not verified) commentederrors