Reading Excel Files From Python
April 10th, 2008 — Python, Tips and Tricks
scienceoss.com has a nice little tutorial today showing how to read in an excel file in Python using the xlrd package. This approach allows you to manipulate excel files on any platform without having to export to a CSV file first. Very handy!





