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

Allow empty cells. #41

Open
BismeetSingh opened this issue Jun 18, 2022 · 0 comments
Open

Allow empty cells. #41

BismeetSingh opened this issue Jun 18, 2022 · 0 comments

Comments

@BismeetSingh
Copy link

BismeetSingh commented Jun 18, 2022

I am trying to read data from an excel file, but if a col has empty rows, the data from the next column gets moved to the previous column, thus shifting all cols by 1,how do I fix this?

Eg :
0: 5263
​​​
1: "Test"
​​​
2: "Test 100"
​​​
3: "09-04-00"
​​​
4: "Female"
​​​
5: "09-03-2022"
​​​
6: "India"
​​​
7: "Mumbai"
​​​
8: "Mumbai 8 (Kim Verma)"
​​​
9: "AB+ve"
​​​
11: "KEM, Mumbai"

Logging it, you can see index 10 has been skipped here.

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