摘要: 习题 阅读全文
posted @ 2017-01-30 12:14 Thinkando 阅读(339) 评论(0) 推荐(0) 编辑
摘要: 读取 结合一段简单的代码来看: import xlrd # 打开 xls 文件 book = xlrd.open_workbook("test.xls") print "表单数量:", book.nsheets print "表单名称:", book.sheet_names() # 获取第1个表单 阅读全文
posted @ 2017-01-30 09:44 Thinkando 阅读(1482) 评论(0) 推荐(0) 编辑