pyexcel / pyexcel-io

One interface to read and write the data in various excel formats, import the data into and export the data from databases
http://io.pyexcel.org
Other
58 stars 20 forks source link

Issue 96 #97

Closed chfw closed 3 years ago

chfw commented 3 years ago

fix #96

With your PR, here is a check list:

codecov-io commented 3 years ago

Codecov Report

Merging #97 into dev will decrease coverage by 0.02%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev      #97      +/-   ##
==========================================
- Coverage   97.80%   97.77%   -0.03%     
==========================================
  Files          52       52              
  Lines        3328     3331       +3     
==========================================
+ Hits         3255     3257       +2     
- Misses         73       74       +1     
Impacted Files Coverage Δ
pyexcel_io/readers/__init__.py 100.00% <ø> (ø)
pyexcel_io/reader.py 97.10% <100.00%> (-0.24%) :arrow_down:
pyexcel_io/readers/csvz.py 100.00% <100.00%> (ø)
tests/test_issues.py 100.00% <100.00%> (ø)
pyexcel_io/plugins.py 95.49% <0.00%> (-0.91%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b77fc81...595657b. Read the comment docs.