可以选择以xls表打开,选择分割符或者选择用pandas包 import pandas df = pandas.read_csv(“input.txt”, sep=",") print(df)df.to_excel(“output.xlsx”,index=None)