How to install Openpyxl with pip

前端 未结 8 1941
广开言路
广开言路 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:36

    1. go to command prompt, and run as Administrator
    2. in c:/> prompt -> pip install openpyxl
    3. once you run in CMD you will get message like, Successfully installed et-xmlfile-1.0.1 jdcal-1.4.1 openpyxl-3.0.5
    4. go to python interactive shell and run openpyxl module
    5. openpyxl will work

提交回复
热议问题