需要转化的excel文件(nsrxx.xlsx): 源代码: import pandas as pdimport codecspd.set_option('display.width', 1000)pd.set_option('colheader_justify', 'center')xd = pd.ExcelFile('table_2018.xlsx')df = xd.parse()pd.set_option('colheader_justify', 'center')#设置html文件格式h…