How to install Openpyxl with pip

前端 未结 8 1951
广开言路
广开言路 2021-02-20 09:38

I have windows 10 (64 bit). I want to utilize the Openpyxl package to start learning how to interact with excel and other spreadsheets.

I installed Python

8条回答
  •  梦谈多话
    2021-02-20 10:23

    1. https://pypi.python.org/pypi/openpyxl download zip file and unzip it on local system.
    2. go to openpyxl folder where setup.py is present.
    3. open command prompt under the same path.
    4. Run a command: python setup.py install
    5. It will install openpyxl.

提交回复
热议问题