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

Improve reader interface #90

Closed chfw closed 4 years ago

chfw commented 4 years ago

With your PR, here is a check list:

codecov-commenter commented 4 years ago

Codecov Report

Merging #90 into dev will increase coverage by 0.16%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev      #90      +/-   ##
==========================================
+ Coverage   97.03%   97.19%   +0.16%     
==========================================
  Files          50       52       +2     
  Lines        3239     3282      +43     
==========================================
+ Hits         3143     3190      +47     
+ Misses         96       92       -4     
Impacted Files Coverage Δ
pyexcel_io/_compact.py 70.83% <ø> (+7.87%) :arrow_up:
pyexcel_io/writers/csvz_sheet.py 100.00% <ø> (ø)
pyexcel_io/database/exporters/django.py 100.00% <100.00%> (ø)
pyexcel_io/database/exporters/queryset.py 100.00% <100.00%> (ø)
pyexcel_io/database/exporters/sqlalchemy.py 100.00% <100.00%> (ø)
pyexcel_io/database/importers/django.py 100.00% <100.00%> (ø)
pyexcel_io/database/importers/sqlalchemy.py 96.29% <100.00%> (-0.07%) :arrow_down:
pyexcel_io/database/querysets.py 95.45% <100.00%> (+0.33%) :arrow_up:
pyexcel_io/plugin_api/__init__.py 100.00% <100.00%> (ø)
pyexcel_io/plugin_api/abstract_reader.py 100.00% <100.00%> (ø)
... and 17 more

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 29c2668...e4d59e1. Read the comment docs.