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

Django plug-in Enhancement #105

Closed chfw closed 3 years ago

chfw commented 3 years ago

With your PR, here is a check list:

codecov-io commented 3 years ago

Codecov Report

Merging #105 into dev will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev     #105   +/-   ##
=======================================
  Coverage   97.91%   97.91%           
=======================================
  Files          52       52           
  Lines        3359     3360    +1     
=======================================
+ Hits         3289     3290    +1     
  Misses         70       70           
Impacted Files Coverage Δ
pyexcel_io/database/common.py 100.00% <100.00%> (ø)
pyexcel_io/database/importers/django.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 cd081dd...da375cb. Read the comment docs.