XLSX to JSON
Keywords:
- Python
- Excel
- JSON
In a nutshell:
It's a tiny Python utility that converts an Excel document to JSON
A few years ago I was tasked with building a small single application. That was all fine, but the data wasn't! I had an Excel spreadsheet with hundreds of rows that needed to get migrated into a database. So I built a small utility to conver Excel spreadsheets into data, and it's now my most-starred repository.