深入浅出理解数据分析系列之:Python安装Excel文档库openpyxl和Pycharm为项目安装Excel文档库openpyxl
- 一、Python安装openpyxl
- 二、Pycharm为项目安装openpyxl
一、Python安装openpyxl
pip3 install openpyxl
Collecting openpyxl
Downloading openpyxl-3.0.9-py2.py3-none-any.whl (242 kB)
|████████████████████████████████| 242 kB 475 kB/s
Collecting et-xmlfile
Downloading et_xmlfile-1.1.0-py3-none-any.whl (4.7 kB)
Installing collected packages: et-xmlfile, openpyxl
Successfully installed et-xmlfile-1.1.0 openpyxl-3.0.9
二、Pycharm为项目安装openpyxl
Python Interpreter搜索安装openpyxl
成功安装会显示已经安装的openpyxl版本