First time here? Check out the Help page!
1 | initial version |
Jamie's answer here is excellent and will give you the correct results. Of course, if you have never used python or never used eppy, you would be wondering how to start. Follow the steps below and the answer will be revealed. (I am assuming you are on a windows machine.)
go to python.org and install python 2.7
Open a dos window. You can do this by:
clicking on the windows start button and running cmd
in the dos window type: pip install eppy and hit return this will install eppy (hopefully this works)
go back to the dos window and type: python "c:/somewhere/eppyarea.py" (hopefully this works too :-)
shazaam !! You should have your answers.
If you have any problems with these steps, open an issue at https://github.com/santoshphilip/eppy/issues and we can use this opportunity to streamline the process, so it works for you and for others
2 | No.2 Revision |
Jamie's answer here is excellent and will give you the correct results. Of course, if you have never used python or never used eppy, you would be wondering how to start. Follow the steps below and the answer will be revealed. (I am assuming you are on a windows machine.)
go to python.org and install python 2.7
Open a dos window. You can do this by:
clicking on the windows start button and running cmd
in the dos window type:
pip install
eppy
eppy and hit return
this will install eppy
(hopefully this works)
go back to the dos window and type:
python
"c:/somewhere/eppyarea.py"
"c:/somewhere/eppyarea.py" (hopefully this works too :-)
shazaam !! You should have your answers.
If you have any problems with these steps, open an issue at https://github.com/santoshphilip/eppy/issues and we can use this opportunity to streamline the process, so it works for you and for others