Reading large excel file with PHP
Posted
by Itamar Bar-Lev
on Stack Overflow
See other posts from Stack Overflow
or by Itamar Bar-Lev
Published on 2010-06-03T13:36:42Z
Indexed on
2010/06/03
13:54 UTC
Read the original article
Hit count: 285
I'm trying to read a 17MB excel file (2003) with PHPExcel1.7.3c, but it crushes already while loading the file, after exceeding the 120 seconds limit I have. Is there another library that can do it more efficiently? I have no need in styling, I only need it to support UTF8. Thanks for your help
© Stack Overflow or respective owner