Python 读写操作Excel —— 安装第三方库(xlrd、xlwt、xlutils、openpyxl)

Python 读写操作Excel —— 安装第三方库(xlrd、xlwt、xlutils、openpyxl)

转自:http://www.cnblogs.com/BlueSkyyj/p/7565107.html


C:\Program Files (x86)\PowerCmd>pip install xlutils
Collecting xlutils
  Downloading xlutils-2.0.0-py2.py3-none-any.whl (55kB)
    100% |████████████████████████████████| 61kB 153kB/s 
Requirement already satisfied: xlrd>=0.7.2 in c:\program files\anaconda3\lib\site-packages (from xlutils)
Requirement already satisfied: xlwt>=0.7.4 in c:\program files\anaconda3\lib\site-packages (from xlutils)
Installing collected packages: xlutils
Successfully installed xlutils-2.0.0


你可能感兴趣的:(Python 读写操作Excel —— 安装第三方库(xlrd、xlwt、xlutils、openpyxl))