pythonjsonxls

How to convert JSON to XLS in Python


Does anyone know how can I convert JSON to XLS in Python?

I know that it is possible to create xls files using the package xlwt in Python.

What if I want to convert a JSON data file to XLS file directly?

Is there a way to archive this?


Solution

  • I usually use tablib for this use. Its pretty simple to use: https://pypi.python.org/pypi/tablib/