Python和它高大上的插件们

て烟熏妆下的殇ゞ 提交于 2019-12-02 06:55:54

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模块

官网:http://www.python-excel.org/

参考:python处理excel表格python操作Excel读写--使用xlrd


易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!