import re with open( test.txt ,encoding= utf-8 ) as f: for line in f.readlines(): if re.findall( \w{2}-\w{2} , line): print(re.findall( \w{2}-\w{2} , line)[0]) else: print(0)
你先学excel对应的包
学哪些内容?
openpyxl
好的,我来看看
我需要open 打开的是data_tj数据
你咋还是这么打开excel
那包可以直接取单元格的东西的
我知道这样不行
能取成txt格式吗
我只需要将这一列取成txt格式
没试过我也不知道,反正我取会一个一个单元格取