1.util中新建ParseExcel.py,用于实现读取Excel数据文件代码封装# ending-utf-8importopenpyxlfromopenpyxl.stylesimportBorder,Side,FontimporttimeclassParseExcel(object