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

Sheet writer interface #87

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

Impacted file tree graph

@@           Coverage Diff           @@
##              dev      #87   +/-   ##
=======================================
  Coverage   97.02%   97.02%           
=======================================
  Files          50       50           
  Lines        3222     3225    +3     
=======================================
+ Hits         3126     3129    +3     
  Misses         96       96           
Impacted Files Coverage Δ
pyexcel_io/database/importers/sqlalchemy.py 96.36% <85.71%> (+0.06%) :arrow_up:
pyexcel_io/database/importers/django.py 100.00% <100.00%> (ø)
pyexcel_io/plugin_api/abstract_sheet.py 100.00% <100.00%> (ø)
pyexcel_io/writers/csv_sheet.py 100.00% <100.00%> (ø)
pyexcel_io/writers/csvz_sheet.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 27ba606...c86927d. Read the comment docs.