07 2018 档案
摘要: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...
阅读全文
摘要:# -*- coding: utf-8 -*- #auther tonyxiao import xlrd workbook = xlrd.open_workbook('D:/Desktop/workload.xls') # 打开excel数据表 SheetList = workbook.sheet_
阅读全文
摘要:# -*- coding: utf-8 -*- #auther tonyxiao import numpy as np import matplotlib.mlab as mlab import matplotlib.pyplot as plt X=[1,2,3,4,5,6]Y=[a,b,c,d,e
阅读全文
摘要:# -*- coding: utf-8 -*- #auther tonyxiaoimport xlrd workbook = xlrd.open_workbook('D:/py/workload.xls') # 打开excel数据表SheetList = workbook.sheet_names()
阅读全文

浙公网安备 33010602011771号