摘要:
1 # -*- coding: utf-8 -*- 2 3 #auther tonyxiao 4 import xlrd 5 6 workbook = xlrd.open_workbook('D:/Desktop/workload.xls') # 打开excel数据表 7 SheetList = workbook.sheet_names() # 读取电子表到列表 8 Shee... 阅读全文
posted @ 2018-07-07 14:04
时尚民工
阅读(177)
评论(0)
推荐(0)
摘要:
# -*- coding: utf-8 -*- #auther tonyxiao import xlrd workbook = xlrd.open_workbook('D:/Desktop/workload.xls') # 打开excel数据表 SheetList = workbook.sheet_ 阅读全文
posted @ 2018-07-07 14:01
时尚民工
阅读(141)
评论(0)
推荐(0)

浙公网安备 33010602011771号