摘要: 1 # coding=utf-8 2 3 print "----------------分割线 xlrd--------------------" 4 import xlrd 5 #打开一个wordbook 6 book = xlrd.open_workbook("excel_1.xls") 7 8 worksheets = book.sheet_names(... 阅读全文
posted @ 2017-07-26 22:31 Alummox 阅读(508) 评论(0) 推荐(0) 编辑