How to install Openpyxl with pip

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

    I had to do: c:\Users\xxxx>c:/python27/scripts/pip install openpyxl I had to save the openpyxl files in the scripts folder.

提交回复
热议问题