I have to read large Excel Files in PHP (>2M Cell). I have tried the PHP Class phpExcel, but the Performance is worse. Now, i found the libXL Libary (http://www.libxl.com/) und the PHP Wrapper php_excel for it.(https://github.com/iliaal/php_excel).
Has anyone experience with the read performance and memory/cpu usage?
Using exactly this combination - libxl + php_excel. This is the fastest option I was able to find, memory usage is also somewhat better than in phpExcel case. I did the comparison (about a year ago), it's table creation (write), but you should get the picture. At least memory usage per cell should be the same.