PHP-Excel-Reader issues |
[eluser]alainm[/eluser]
I followed the instructions i think to the letter on how to install this tool. http://code.google.com/p/php-excel-reader/ $params = array('file' =>$file_path); $this->load->library('Spreadsheet_Excel_Reader', $params); error_reporting(E_ALL ^ E_NOTICE); echo $this->spreadsheet_excel_reader->dump(true,true); Something seems like it's doing something for about 1 min the CPU is 25%.. then all i get is a while browser page. Also no output to the console or logs. thoughts? I'm on a Mac if that makes any difference.
[eluser]danmontgomery[/eluser]
How big is the file? You might be hitting max_execution_time... You can use Code: set_time_limit(0);
[eluser]alainm[/eluser]
Good thinking, but I've done that.. also, my test file had 2 rows and 5 columns. ![]()
[eluser]alainm[/eluser]
anyone else have this working? or does anyone, recommend any other tool for reading in and Excel sheet?
[eluser]vitoco[/eluser]
same as you...but not as library.... use : Code: // SHOW ERRORS Saludos |
Welcome Guest, Not a member yet? Register Sign In |