├── .gitignore ├── README.md ├── main.py └── usage.jpg /.gitignore: -------------------------------------------------------------------------------- 1 | 2 | .DS_Store 3 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abrignoni/JSON-to-HTML-and-XLS/HEAD/README.md -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abrignoni/JSON-to-HTML-and-XLS/HEAD/main.py -------------------------------------------------------------------------------- /usage.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abrignoni/JSON-to-HTML-and-XLS/HEAD/usage.jpg --------------------------------------------------------------------------------