jazzband / tablib

Python Module for Tabular Datasets in XLS, CSV, JSON, YAML, &c.
https://tablib.readthedocs.io/
MIT License
4.59k stars 590 forks source link

Fixes #465 - Allow importing 'ragged' .xlsx files #466

Closed claudep closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #466 into master will increase coverage by 0.24%. The diff coverage is 94.73%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #466      +/-   ##
==========================================
+ Coverage   90.42%   90.66%   +0.24%     
==========================================
  Files          28       28              
  Lines        2589     2613      +24     
==========================================
+ Hits         2341     2369      +28     
+ Misses        248      244       -4     
Impacted Files Coverage Δ
src/tablib/formats/_xls.py 84.78% <85.71%> (+0.07%) :arrow_up:
src/tablib/formats/_xlsx.py 96.80% <100.00%> (+0.06%) :arrow_up:
tests/test_tablib.py 98.54% <100.00%> (+0.02%) :arrow_up:
src/tablib/core.py 84.14% <0.00%> (+1.16%) :arrow_up:

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 c25fe54...71ff737. Read the comment docs.

hugovk commented 4 years ago

Thanks!

claudep commented 4 years ago

@hugovk Do you think it's now time to release 2.0?

hugovk commented 4 years ago

Yes, now's a good time.

claudep commented 4 years ago

Done.

hugovk commented 4 years ago

Thanks! I did the last step in RELEASING.md to create a GitHub release:

https://github.com/jazzband/tablib/releases/tag/v2.0.0