Reputation: 118289
I have an requirement where I have to deal with excel to store webpage data,but not finding any downloadable package to work with Python 2.7.
Any help in this regard?
Upvotes: 0
Views: 410
Reputation: 1354
Try to get source via mercurial repository:
hg clone https://bitbucket.org/ericgazoni/openpyxl
and then
cd openpyxl/
python2.7 setup.py install
Does the work for you?
Upvotes: 1