Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rowcount() outputs number of rows 0 #181

Open
GoogleCodeExporter opened this issue Mar 21, 2016 · 2 comments
Open

rowcount() outputs number of rows 0 #181

GoogleCodeExporter opened this issue Mar 21, 2016 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

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 [email protected] on 7 Feb 2014 at 9:34

Attachments:

@GoogleCodeExporter
Copy link
Author

Seems I met same problem, :(

Original comment by [email protected] on 8 May 2015 at 6:35

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant