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

Using UnicodeWriter in CSVZipSheetWriter instead vanilla csv.writer #44

Closed antherkiv closed 6 years ago

antherkiv commented 6 years ago

Support for unicode has missed on csvz writer and has been fixed in this pull request.

Cheers!!

chfw commented 6 years ago

released in 0.5.4. thanks for your contribution.

antherkiv commented 6 years ago

Thank you, you're really doing a great job here.