python3使用xlwt模块将txt文件内容写入xls文件

脚本内容如下 点击查看代码 ``` #!/bin/python3 #_*_ coding=utf-8 _*_ #将单个txt文档,转换为xls import os import sys import xlwt import glob style = xlwt.XFStyle() alignment
posted @ 2023-07-03 16:13  小尾巴想看雪  阅读(45)  评论(0编辑  收藏  举报