1、代码如下:
# -*- coding:utf-8 -*-
import os
import xlwt
import xlrd
import xlutils
from xlutils.copy import copy
import re
def saveBrankExcel():
with open("output1/shangcheCarBrank.txt","r",encoding="utf-8") as fp:
datas = fp.readlines()
count = 1