Question

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?

Was it helpful?

Solution

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?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top