PHP Classes

Possible bug

Recommend this page to a friend!

      SimpleXLSX  >  All threads  >  Possible bug  >  (Un) Subscribe thread alerts  
Subject:Possible bug
Summary:Failure to read large files.
Messages:1
Author:Adishwar Rishi
Date:2016-03-29 04:31:25
 

  1. Possible bug   Reply   Report abuse  
Picture of Adishwar Rishi Adishwar Rishi - 2016-03-29 04:31:25
First of all I would like to thank you for making such an easy solution for excel parsing!
I am using this inside laravel to parse excel files (xlsx). It seems to work fine for small files, but when I try to upload a large file (1000 lines of data), the package mysteriously fails. (no error messages)
The problem comes when I try to call $parser->rows(). I added a few log lines to your function, and the logs stop somewhere inside the loop.

Could you think of anything that might be causing this?

Thanks
Adi