python:实现txt转xls2
import xlwt3
import json
def txt_to_xls(txt_file):
with open(txt_file,'r') as f:
# print(f)
file_content =</
import xlwt3
import json
def txt_to_xls(txt_file):
with open(txt_file,'r') as f:
# print(f)
file_content =</