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

WIP - Document the way to write reader and writer plugins #91

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 #91 into dev will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev      #91   +/-   ##
=======================================
  Coverage   97.19%   97.20%           
=======================================
  Files          52       52           
  Lines        3282     3292   +10     
=======================================
+ Hits         3190     3200   +10     
  Misses         92       92           
Impacted Files Coverage Δ
pyexcel_io/plugin_api/abstract_reader.py 100.00% <100.00%> (ø)
pyexcel_io/plugin_api/abstract_sheet.py 100.00% <100.00%> (ø)
tests/test_plugin_api.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 fa80887...7b80385. Read the comment docs.