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

unable to fetch data xlsx #24

Closed
sunandchakradhar opened this issue Jun 14, 2013 · 3 comments
Closed

unable to fetch data xlsx #24

sunandchakradhar opened this issue Jun 14, 2013 · 3 comments

Comments

@sunandchakradhar
Copy link

Hi I tried using your class, I am getting the rows and columns but. I am unable to get the inside the cell. instead null string is coming..
I tried saving the test xls file as xlsx and the output i got is something like

Array ( [0] => [1] => [2] => [3] => ) Array ( [0] => [1] => [2] => [3] => ) Array ( [0] => [1] => [2] => [3] => ) Array ( [0] => [1] => [2] => [3] => )

Please let me know what could be the problem.

@pilsetnieks
Copy link
Member

Can you post an example file somewhere for testing? The library generally works just fine, maybe it's an issue with the file.

@pilsetnieks
Copy link
Member

Can you try with the latest version now? I found a bug in the XLSX parser that caused a problem when there was larger number of shared strings than the limit allows.

@sunandchakradhar
Copy link
Author

Hi

Yeah Thankyou..
checked with the latest version. seems to be working..

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

No branches or pull requests

2 participants