inoxsolido / php-excel-reader

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

PHP-Excel-Reader only reading first 16384 rows of my spreadsheet #43

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Upload this .xls file.
2.Use the Dump method to display it.
3.

What is the expected output? What do you see instead?
I expect to see the entire spreadsheet but I only see the first 16384 rows

Please provide any additional information below.
Here is the relevant code from my program
   $data = new Spreadsheet_Excel_Reader($import_file, false, 'CP1251');
   echo $data->dump(true);

Original issue reported on code.google.com by patha...@twc.com on 30 Aug 2009 at 3:32

Attachments:

GoogleCodeExporter commented 9 years ago
Have you got solution for this? Am also looking for the same

Original comment by vijayara...@gmail.com on 22 Feb 2010 at 11:36

GoogleCodeExporter commented 9 years ago
I never did find a solution.  I just had to instruct my users to split their
spreadsheets into smaller pieces.
I have recently decided to upgrade to PHPExcel 
(http://www.codeplex.com/PHPExcel)
which will read and write various excel versions.  It is much newer and seems 
to have
wider support.  
In testing this using PHPExcel, I have the same problem if my input file was 
saved as
an Excel 5 file.  If I save the file as Excel 2003 or newer, it reads all of 
the rows. 

Original comment by patha...@twc.com on 22 Feb 2010 at 2:51

GoogleCodeExporter commented 9 years ago
Hi thanks for your reply..If i found solution let you know.

Original comment by vijayara...@gmail.com on 23 Feb 2010 at 2:17