摘要: import xlrd import os class Excel(object): '''定义一个excel类''' def __init__(self): '初始化基本信息' self.excelPath = r'F:\Test_framework\data' def readExcel(self,excelName,Shee... 阅读全文
posted @ 2018-10-24 10:08 nester_liz 阅读(559) 评论(0) 推荐(0)