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

WorksheetRangeNoHeader returning blank for cells with values #190

Open
cmscott2 opened this issue Dec 9, 2020 · 0 comments
Open

WorksheetRangeNoHeader returning blank for cells with values #190

cmscott2 opened this issue Dec 9, 2020 · 0 comments

Comments

@cmscott2
Copy link

cmscott2 commented Dec 9, 2020

I have a string column that has 3 cells with numbers in string format, and then 2 cells that contain strings that start with an N followed by some numbers. All of these cells also have rows in between them that are empty. If I leave it in that order WorksheetRangeNoHeader just returns an empty string for the last two cells. However, if I put one of the strings starting with an N in the first row it will read all of the cells correctly.

When I iterated through each row using Worksheet instead of WorksheetRange it was able to read that value.

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

1 participant