操作execl 1 import xlrd 2 3 4 class OpenExecl: 5 def __init__(self, file_path=None): 6 if file_path == None: 7 … 继续阅读 操作execl