How to install Openpyxl with pip

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

    For me it worked as Kumar Jaggal but: steps 1, 2, 3, the same 4. py -m setup.py install

    0 讨论(0)
  • 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
    0 讨论(0)
提交回复
热议问题