摘要: import jsonimport pandas as pdfrom openpyxl import Workbookfrom openpyxl.drawing.image import Imageexcel_col_map={ 1:"A", 2:"B", 3:"C", 4:"D", 5:"E", 阅读全文
posted @ 2023-12-08 08:29 冰底熊 阅读(391) 评论(0) 推荐(0) 编辑
摘要: import xlrd def get_wb(path): wb = xlrd.open_workbook(path) return wb def get_wb(path): wb = xlrd.open_workbook(path) return wb def get_hyperlink(wb,s 阅读全文
posted @ 2023-12-08 08:24 冰底熊 阅读(132) 评论(0) 推荐(0) 编辑