Monday, August 15, 2011

Parsing Excel sheets in python

Recently, I have used the XLRD library , to parse excel data and save it as a list of dictionaries.

The library can be found here.

To learn its use , easiest reference is here .