摘要: import xlrd class ReadExcel: def __init__(self, file_path): try: self.book = xlrd.open_workbook(file_path) except: print('No File %s' % file_path) sel 阅读全文
posted @ 2020-07-06 11:24 大力书生 阅读(445) 评论(0) 推荐(0)