python处理excel文档

安装xlrd xlwt

pip install xlrd  # 用于读取excel 

pip install xlwt #用于写入

原文地址:https://www.cnblogs.com/tianzhouDAN/p/8110698.html