You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] on 8 Nov 2013 at 9:19
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 8 Nov 2013 at 9:19The text was updated successfully, but these errors were encountered: