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

Returning blank cells? #14

Open
Mezzair opened this issue Aug 27, 2015 · 2 comments
Open

Returning blank cells? #14

Mezzair opened this issue Aug 27, 2015 · 2 comments

Comments

@Mezzair
Copy link

Mezzair commented Aug 27, 2015

If I iterate though the row of a workbook, I will get a miss-match on the number of cells as it doesn't seem to return cells which are blank? I think this is only the case with the last cell of the current row.

@Dragnucs
Copy link

Dragnucs commented Feb 2, 2017

@Mezzair I am facing the same problem. if the last cells of a row are blank, then the returned array of that row is not of the same size of the other rows.

This causes all sorts of trouble.

Did you find a way to make all rows' arrays be of the same size?

@Mezzair
Copy link
Author

Mezzair commented Mar 2, 2017

@Dragnucs I wrote some code when parsing to check the length of the data and if it was short - to append the blank cell at the end as a tempory fix.

Pull request: #47

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

3 participants