0xlrd:读取excel文件数据
XlsxWriter:写excel文件
====================安装模块
1:安装xlrd:pip install xlrd
2:安装XlsxWriter:pip install XlsxWriter
Python处理excel模块
原文:http://www.cnblogs.com/Mjonj/p/7457295.html