封装类出来excel

先导入: import xlrd import sys reload(sys) sys.setdefaultencoding('utf-8') class OpExcel(object): """读取excel""" def __init__(self, file_path): super(OpExcel, self).__init__() self.file_path=file_path sel
相关文章
相关标签/搜索