12 2020 档案

利用Python制作一个 截图+Excel自动化小工具
摘要:代码如下: 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、小明 阅读(1344) 评论(0) 推荐(0)