Skip to content

Instantly share code, notes, and snippets.

View sumitanand10's full-sized avatar
🎯
Focusing

Sumit Anand sumitanand10

🎯
Focusing
View GitHub Profile
@yosemitebandit
yosemitebandit / xls_to_json.py
Created April 3, 2015 03:28
converting xls files to JSON dicts in python
"""XLS -> json converter
first:
$ pip install xlrd
then:
$ cat in.xls
date, temp, pressure
Jan 1, 73, 455
Jan 3, 72, 344