摘要:
代码如下: GetData.py import xlrd class ReadExcel(): def __init__(self,file): self.open_excel = xlrd.open_workbook(file) # 获取Sheet名 def GetSheetName(self): 阅读全文
posted @ 2020-12-30 16:08
C、小明
阅读(1328)
评论(0)
推荐(0)
浙公网安备 33010602011771号