原文来自:https://my.oschina.net/iuranus/blog/356605
Python操作Excel:
Python操作Excel主要依赖两个库:
xlrd(用于读Excel): https://pypi.python.org/pypi/xlrd This package is for reading data and formatting information from Excel files.
xlwt(用于写Excel): https://pypi.python.org/pypi/xlwt This package is for writing data and formatting information to Excel files.
Windows下安装该插件: 【记录】Python中安装xlrd模块
学习从来不是一个人的事情,要有个相互监督的伙伴,工作需要学习python或者有兴趣学习python的伙伴可以私信回复小编“学习” 获取资料,一起学习