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

Potential fix for incorrect reading of data with empty cells when used with pyexcel #9

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

mtskelton
Copy link

Ran into the same problem as reported on issue #8 today and implemented a workaround.
It's a somewhat rushed fix so may need some refactoring (which I will do if I have some further free time), but I'm opening the PR in case you find it useful.

@chfw
Copy link
Member

chfw commented Apr 13, 2022

thanks for your PR! could you please write unit tests for your code change?

@codecov-commenter
Copy link

Codecov Report

Merging #9 (057cea8) into dev (80bd1e4) will decrease coverage by 0.14%.
The diff coverage is 92.30%.

@@            Coverage Diff             @@
##              dev       #9      +/-   ##
==========================================
- Coverage   97.52%   97.37%   -0.15%     
==========================================
  Files          11       11              
  Lines         444      457      +13     
==========================================
+ Hits          433      445      +12     
- Misses         11       12       +1     
Impacted Files Coverage Δ
pyexcel_xlsxr/messy_xlsx.py 94.55% <92.30%> (-0.16%) ⬇️

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@shrpow
Copy link

shrpow commented Apr 22, 2024

wtf its still not fixed

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

Successfully merging this pull request may close these issues.

4 participants