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

Handle zip files which contain non-UTF-8 encoded files #75

Closed craiga closed 4 years ago

craiga commented 4 years ago

Fixes #74

codecov-commenter commented 4 years ago

Codecov Report

Merging #75 into dev will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev      #75      +/-   ##
==========================================
+ Coverage   95.63%   95.64%   +0.01%     
==========================================
  Files          47       47              
  Lines        3252     3263      +11     
==========================================
+ Hits         3110     3121      +11     
  Misses        142      142              
Impacted Files Coverage Δ
pyexcel_io/readers/csvz.py 100.00% <100.00%> (ø)
tests/test_new_csvz_book.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 a96bdc3...61c1195. Read the comment docs.

chfw commented 4 years ago

thanks for your contribution! I will get it released in next release.

I have some work to refactor pyexcel-io writer to the new version. it may take some time.

chfw commented 4 years ago

@craiga , I hope you are OK with contributor update, which is done by https://github.com/moremoban/gease/blob/dev/gease/contributors.py#L60