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

Plugin api #82

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 #82 into dev will increase coverage by 0.04%. The diff coverage is 97.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev      #82      +/-   ##
==========================================
+ Coverage   96.89%   96.94%   +0.04%     
==========================================
  Files          46       49       +3     
  Lines        3189     3203      +14     
==========================================
+ Hits         3090     3105      +15     
+ Misses         99       98       -1     
Impacted Files Coverage Δ
pyexcel_io/io.py 98.23% <0.00%> (-0.88%) :arrow_down:
pyexcel_io/plugin_api/abstract_writer.py 87.50% <87.50%> (ø)
pyexcel_io/database/exporters/django.py 100.00% <100.00%> (ø)
pyexcel_io/database/exporters/sqlalchemy.py 100.00% <100.00%> (ø)
pyexcel_io/database/querysets.py 94.87% <100.00%> (-0.13%) :arrow_down:
pyexcel_io/plugin_api/abstract_reader.py 100.00% <100.00%> (ø)
pyexcel_io/plugin_api/abstract_sheet.py 100.00% <100.00%> (ø)
pyexcel_io/readers/csv_in_file.py 100.00% <100.00%> (ø)
pyexcel_io/readers/csv_in_memory.py 100.00% <100.00%> (ø)
pyexcel_io/readers/csv_sheet.py 98.16% <100.00%> (+0.03%) :arrow_up:
... and 10 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 020b8f0...71b27d8. Read the comment docs.