摘要:
#激活windows和office ##windows激活密钥 Windows 10 Professional(专业版):W269N-WFGWX-YVC9B-4J6C9-T83GX Windows 10 Professional N(专业版N):MH37W-N47XK-V7XM9-C7227-GCQ 阅读全文
摘要:
目的:将数据追加进excel def writeExcel(list, save_path,excel_header,excel_sheet_name): """ write to excel 需要导入的库: from openpyxl import Workbook from openpyxl i 阅读全文
摘要:
word ==> pdf def doc2pdf(file_path): """ word格式转换doc|docx ==> pdf :return: """ file_name, file_extension = os.path.splitext(file_path) # 获取文件名、文件扩展名 f 阅读全文