读excel表格:
xlrd
地址:https://pypi.org/project/xlrd/
下载语句:pip install xlrd
写excel表格:
xlwt
https://pypi.org/project/xlwt/
下载语句: pip install xlwt
查看python的所有插件脚本 pip list
读excel表格:
xlrd
地址:https://pypi.org/project/xlrd/
下载语句:pip install xlrd
写excel表格:
xlwt
https://pypi.org/project/xlwt/
下载语句: pip install xlwt
查看python的所有插件脚本 pip list