摘要: 读取excel多个sheet文档 def readexcel(self): sheets=self.wb.sheetnames cases = [] case_data = [] titles1 = [] titles2=[] # print(sheets) #根据下标获取sheet名称,sheet 阅读全文
posted @ 2021-12-24 10:34 我的牛肉面啊 阅读(218) 评论(0) 推荐(0)