Arup Rakshit
Arup Rakshit

Reputation: 118289

Not finding any downloadble for the openpyxl to install

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.

openpyxl

Any help in this regard?

Upvotes: 0

Views: 410

Answers (1)

Kiwisauce
Kiwisauce

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

Related Questions