excel2table
excel2table copied to clipboard
Simple command-line utility to convert Excel files to searchable and sortable HTML table.
Hi, nice software I have a document with multiple tabs how can I convert it? multiple files would be ok thanks
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...
While the project from which this was forked ([csvtotable](https://github.com/vividvilla/csvtotable)) installs without issues with its command line (pip install --upgrade csvtotable), excel2table throws a pip not installed error (when it very...