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 trailing options, get_data(...keep_trailing_empty_cells=… #88

Merged
merged 4 commits into from
Sep 30, 2020

Conversation

chfw
Copy link
Member

@chfw chfw commented Sep 30, 2020

…True). fix #86

With your PR, here is a check list:

  • Has test cases written?
  • Has all code lines tested?
  • Has make format been run?
  • Please update CHANGELOG.yml(not CHANGELOG.rst)
  • Passes all Travis CI builds
  • Has fair amount of documentation if your change is complex
  • Agree on NEW BSD License for your contribution

@codecov-commenter
Copy link

codecov-commenter commented Sep 30, 2020

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%) ⬆️
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.

@chfw chfw merged commit dacbbf3 into dev Sep 30, 2020
@chfw chfw deleted the keep-trailing-empty-cells branch September 30, 2020 21:45
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.

To return trailing empty cells
2 participants