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

Update service.py #109

Closed vinraspa closed 3 years ago

vinraspa commented 3 years ago

Add datetime.datetime: "datetime" to ODS_WRITE_FORMAT_COVERSION dict. This pull request is needed to add datetime.datetime support to pyexcel_ods3 module (pyexcel_ods3/odsw.py). Thank you

With your PR, here is a check list:

codecov-commenter commented 3 years ago

Codecov Report

Merging #109 (1b4fde5) into dev (67c111f) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev     #109   +/-   ##
=======================================
  Coverage   97.91%   97.91%           
=======================================
  Files          52       52           
  Lines        3361     3361           
=======================================
  Hits         3291     3291           
  Misses         70       70           
Impacted Files Coverage Δ
pyexcel_io/service.py 97.39% <ø> (ø)

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 67c111f...1b4fde5. Read the comment docs.