rameshnaidupolarapu / php-excel-reader

Automatically exported from code.google.com/p/php-excel-reader
0 stars 0 forks source link

Large file support not working #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hey there, just grabbed the newest version you had to test on a 15 meg file.
Before I did, I edited the example file and changed the class call to new
Spreadsheet_Excel_Reader("example.xls",false).

Added print_r($xls);
And checked the output for cellsinfo.  It was there.

It doesn't look like there is anything in the constructor for this change,
so maybe you uploaded a slighly older file.

Original issue reported on code.google.com by misplace...@gmail.com on 27 Jan 2009 at 3:10

GoogleCodeExporter commented 8 years ago
Wow, I'm not sure how I messed that up!
I just uploaded version 2.11 which should fix the problem. Please test again.
Thanks for the report!

Original comment by matthew....@gmail.com on 27 Jan 2009 at 3:26

GoogleCodeExporter commented 8 years ago
That definatly worked, and is awesome :|
I was using the old excel reader that was made a few years back.
For the file I just tested on, I had to add ini_set('memory_limit' '500m') to 
load it
and begin processing.
with your file, it was only 150m! (300m before the fix)
That's simply amazing, and I appreciate the work you're doing on this.

Original comment by misplace...@gmail.com on 27 Jan 2009 at 4:08