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

allow trailing options, get_data(...keep_trailing_empty_cells=… #88

Closed chfw closed 4 years ago

chfw commented 4 years ago

…True). fix #86

With your PR, here is a check list:

codecov-commenter commented 4 years ago

Codecov Report

Merging #88 into dev will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev      #88      +/-   ##
==========================================
+ Coverage   97.02%   97.03%   +0.01%     
==========================================
  Files          50       50              
  Lines        3225     3236      +11     
==========================================
+ Hits         3129     3140      +11     
  Misses         96       96              
Impacted Files Coverage Δ
pyexcel_io/reader.py 97.40% <ø> (ø)
pyexcel_io/sheet.py 98.78% <100.00%> (+0.04%) :arrow_up:
tests/test_csv_book.py 100.00% <100.00%> (ø)

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 efcf49c...2d54521. Read the comment docs.