摘要: 本模块主要实现功能:参照excel表某列的内容,查找指定文件夹中的去掉后缀的文件名称是否存在。python 读取excel的package(excel read data):xlrd import xlrd import os from find_lack_file2 import folder_d 阅读全文
posted @ 2021-01-04 00:15 furichan 阅读(218) 评论(0) 推荐(0) 编辑
摘要: 效果: 代码如下: 1 import xlwt 2 import xlrd 3 from xlutils.copy import copy 4 #创建execl 5 def create_execl(file_name): 6 wb = xlwt.Workbook() 7 ws = wb.add_s 阅读全文
posted @ 2021-01-04 00:08 furichan 阅读(1057) 评论(0) 推荐(0) 编辑