摘要:
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", 阅读全文
摘要:
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 阅读全文