kenan77 / php-excel-reader

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

rowcount() outputs number of rows 0 #181

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. try to read large excel sheet that has 65536 rows.
   $xls = new Spreadsheet_Excel_Reader("filename.xls");
   echo $xls->rowcount();

What is the expected output? What do you see instead?

Expected : It should output the number of rows int the sheet.

Current : Output is 0.

Please provide any additional information below.

Note : It gives correct number of rows for a file with less number of rows. 
(e.g: i tried with a sheet that had 500 rows)
output : 500

Original issue reported on code.google.com by amber.ku...@gmail.com on 8 Nov 2013 at 9:19

GoogleCodeExporter commented 8 years ago
Hi,

also having issues with the rowcount to 0 with some xls files, but i cant 
figure out why.
attached an example

Original comment by alexandr...@gmail.com on 7 Feb 2014 at 9:34

Attachments:

GoogleCodeExporter commented 8 years ago
Seems I met same problem, :(

Original comment by yangkai....@gmail.com on 8 May 2015 at 6:35