- 帖子
- 3151
- 积分
- 6455
- 技术
- 317
- 捐助
- 70
- 注册时间
- 2008-8-3
|
本帖最后由 523066680 于 2012-12-26 19:30 编辑
模块/资料连接
http://www.python-excel.org/
xlrd
This package is for reading data and formatting information from Excel files.、
xlwt
This package is for writing data and formatting information to Excel files.
xlutils
This package collects utilities that require both xlrd and xlwt, including the ability to copy and modify or filter existing excel files.
中文资料
Python Excel Tutorial 指南
http://www.iteye.com/topic/1114817
注意以下情况:
1. 不适合处理需要密码访问的文档(下载模块后参考README.html)
Unlikely to be done:
Handling password-protected (encrypted) files.
2. 支持的版本有限
Versions of Excel supported: 2004, 2002, XP, 2000, 97, 95, 5.0, 4.0, 3.0. 2.x could be done readily enough if any demand. |
|