excel2table icon indicating copy to clipboard operation
excel2table copied to clipboard

TypeError JSON serializable - Convert a XLSX with time rows

Open vslinuxdotnet opened this issue 5 years ago • 0 comments

I Get this error converting the file: File "/usr/local/lib/python3.6/dist-packages/excel2table/convert.py", line 43, in default return json.JSONEncoder.default(self, obj) File "/usr/lib/python3.6/json/encoder.py", line 180, in default o.__class__.__name__) TypeError: Object of type 'time' is not JSON serializablee

Any help ?

Thank you

vslinuxdotnet avatar Dec 09 '20 16:12 vslinuxdotnet