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

One reader/writer handle many file types, i.e. csv reader for csv and tsv #81

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

Impacted file tree graph

@@           Coverage Diff           @@
##              dev      #81   +/-   ##
=======================================
  Coverage   96.88%   96.89%           
=======================================
  Files          51       46    -5     
  Lines        3212     3189   -23     
=======================================
- Hits         3112     3090   -22     
+ Misses        100       99    -1     
Impacted Files Coverage Δ
pyexcel_io/readers/__init__.py 100.00% <ø> (ø)
pyexcel_io/writers/__init__.py 100.00% <ø> (ø)
pyexcel_io/database/exporters/django.py 100.00% <100.00%> (ø)
pyexcel_io/database/exporters/sqlalchemy.py 100.00% <100.00%> (ø)
pyexcel_io/database/importers/django.py 97.95% <100.00%> (ø)
pyexcel_io/database/importers/sqlalchemy.py 95.00% <100.00%> (ø)
pyexcel_io/reader.py 97.40% <100.00%> (ø)
pyexcel_io/readers/csv_content.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%> (ø)
... and 7 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 b2c774c...db0d772. Read the comment docs.