python 操作execl文件

http://www.jb51.net/article/60510.htm

 

import xlrd
import xlwt

 

# 打开文件

  workbook = xlrd.open_workbook(r'F:\demo.xlsx')
posted @ 2015-11-25 16:21  chencesc  阅读(214)  评论(0编辑  收藏  举报