摘要: import os import xlrd PATH = lambda p: os.path.abspath( os.path.join(os.path.dirname(__file__), p) ) class ExcelData: def __init__(self, file, sheet=" 阅读全文
posted @ 2021-01-06 09:34 **绵绵羊** 阅读(127) 评论(0) 推荐(0) 编辑