├── Exp1.label_automation ├── Example.1.Label_Automation_in_Excel(自动批量生成物料标签).ipynb ├── data │ ├── a │ │ ├── label_info - 6.xlsx │ │ └── label_info - 7.xlsx │ ├── label_info - 1.xlsx │ ├── label_info - 2.xlsx │ ├── label_info - 3.xlsx │ ├── label_info - 4.xlsx │ ├── label_info - 5.xlsx │ ├── label_info.xlsx │ └── label_info_nan.xlsx └── images │ ├── prod_info.png │ ├── prod_label.PNG │ ├── prod_label_3_2.PNG │ ├── prod_label_done.PNG │ └── ~$画图.pptx ├── Exp10.Get the right purchase request number by regular expression ├── Example.10.Get the right purchase request number by regular expression(用Python正则表达式从不规则的备注栏获得采购申请单号).ipynb ├── data │ ├── 采购信息表.xlsx │ └── 采购信息表_新.xlsx └── images │ ├── face.PNG │ ├── reg.PNG │ ├── remark.PNG │ └── result.PNG ├── Exp11.Add_image_in_Excel_sheets ├── Example.11.Add_image_in_Excel_sheets(用Python给Excel所有工作表添加图片).ipynb ├── data │ ├── 出货单.xlsx │ └── 出货单—new.xlsx └── images │ ├── company.png │ ├── error1.PNG │ ├── error2.PNG │ ├── face.PNG │ └── last_page.PNG ├── Exp12.Change_Excel_sheet_names ├── Example.12.Change_Excel_sheet_names(用Python批量修改Excel工作表名称).ipynb ├── data │ ├── 出货单.xlsx │ └── 出货单1.xlsx └── images │ ├── face.PNG │ └── result.PNG ├── Exp13.Promise date and receiving date of purchased materials ├── Example.13.Promise date and receiving date of purchased materials(用Python批量查询采购物料交期及实际收货日期).ipynb ├── data │ ├── 收货信息表.xlsx │ ├── 订单 │ │ ├── 订单001.xlsx │ │ ├── 订单002.xlsx │ │ ├── 订单003.xlsx │ │ ├── 订单004.xlsx │ │ └── 订单005.xlsx │ ├── 订单更新 │ │ ├── 订单001.xlsx │ │ ├── 订单002.xlsx │ │ ├── 订单003.xlsx │ │ ├── 订单004.xlsx │ │ └── 订单005.xlsx │ └── 采购信息表.xlsx └── images │ ├── data_structure.PNG │ ├── face.PNG │ ├── order.PNG │ ├── purchase_info.PNG │ └── result.PNG ├── Exp14.Replace specific words in word ├── Example.14.Replace_specific_words_in_word(用Python批量替换多个Word文件中的指定文字).ipynb ├── data │ ├── 公司001合同.docx │ ├── 公司002合同.docx │ ├── 公司003合同.docx │ ├── 公司004合同.docx │ ├── 公司005合同.docx │ ├── 公司006合同.docx │ ├── 公司007合同.docx │ ├── 公司008合同.docx │ ├── 公司009合同.docx │ ├── 公司010合同.docx │ ├── 含干扰词 │ │ └── 特殊_含干扰词.docx │ └── 替换结果 │ │ ├── 公司001合同.docx │ │ ├── 公司002合同.docx │ │ ├── 公司003合同.docx │ │ ├── 公司004合同.docx │ │ ├── 公司005合同.docx │ │ ├── 公司006合同.docx │ │ ├── 公司007合同.docx │ │ ├── 公司008合同.docx │ │ ├── 公司009合同.docx │ │ ├── 公司010合同.docx │ │ └── 特殊_含干扰词.docx └── images │ ├── face.PNG │ ├── result.png │ ├── target.PNG │ └── target_new.PNG ├── Exp15.Convert doc to docx ├── Example.15.Convert_doc_to_docx(用Python批量转换doc文件为docx文件).ipynb ├── data │ ├── 公司001合同.doc │ ├── 公司001合同.docx │ ├── 公司002合同.doc │ ├── 公司002合同.docx │ ├── 公司003合同.doc │ ├── 公司003合同.docx │ ├── 公司004合同.doc │ ├── 公司004合同.docx │ ├── 公司005合同.doc │ └── 公司005合同.docx └── images │ ├── error.PNG │ ├── face.PNG │ └── result.PNG ├── Exp16.Material Pick Slip Report Automation ├── Example.16.Material_Pick_Slip_Report_Automation(用Python自动生成Excel档每日领料单).ipynb ├── data │ ├── 工单物料.xlsx │ ├── 每日领料单.xlsx │ └── 领料单模板.xlsx └── images │ ├── face.PNG │ ├── material_list.PNG │ ├── pick_slip.PNG │ └── result.PNG ├── Exp17.Material_requisition_Report_Automation ├── Example.17.Material_requisition_Report_Automation(自动生成Excel档每日计划外出库单).ipynb ├── data │ ├── 研发材料-计划外出库.xlsx │ ├── 计划外出库调整单模板.xlsx │ └── 计划外出库领料单(每日).xlsx └── images │ ├── rawdata.PNG │ └── result.PNG ├── Exp18.Split words in excel ├── Example.018.Split words in Excel(实例18_拆分Excel单元格中的单词).ipynb ├── data │ └── 机型名称.xlsx └── images │ ├── after.PNG │ ├── before.PNG │ └── inexcel.PNG ├── Exp2.merge_excels ├── Example.2.Merge_Excels(实例2_合并多个Excel文件).ipynb ├── data │ ├── FM Reduction Activities Tracker-main.xlsx │ ├── dept_A │ │ ├── FM Reduction Activities Tracker-sub A.xlsx │ │ └── FM Reduction Activities image- A.xlsx │ ├── dept_B │ │ ├── FM Reduction Activities Tracker-sub B.xlsx │ │ └── FM Reduction Activities image- B.xlsx │ ├── dept_C │ │ ├── FM Reduction Activities Tracker-sub C.xlsx │ │ └── FM Reduction Activities image- C.xlsx │ ├── dept_D │ │ ├── FM Reduction Activities Tracker-sub D.xlsx │ │ └── FM Reduction Activities image- D.xlsx │ ├── dept_E │ │ ├── FM Reduction Activities Tracker-sub E.xlsx │ │ └── FM Reduction Activities image- E.xlsx │ └── ~$FM Reduction Activities Tracker-main.xlsx └── images │ ├── detail_info_in_excel.PNG │ ├── fm_folders.PNG │ ├── main_excel.PNG │ └── sub_folder.PNG ├── Exp20.按条件汇总数据形成新的Excel表 ├── data │ ├── 领料总表.xlsx │ ├── 领料汇总-模板.xlsx │ └── 领料汇总.xlsx ├── example20.py ├── images │ ├── boss.PNG │ ├── example.PNG │ ├── example1.PNG │ ├── face.PNG │ ├── pivot.PNG │ └── result.PNG └── 实例20_按条件汇总数据形成新的Excel表-根据工单及物料编号加总不同批次的领料数量.ipynb ├── Exp3.Cut Excel file and save as sub-excel file ├── Example.3.Cut Excel file and save as sub-excel file(实例3:从Excel薪资总表中分拆成各部门的表).ipynb ├── data │ ├── salary_info.xlsx │ ├── salary_info_刘晓丽.xlsx │ ├── salary_info_张春香.xlsx │ ├── salary_info_朱柳峰.xlsx │ ├── salary_info_李国际.xlsx │ ├── salary_info_李飞.xlsx │ └── salary_info_王明.xlsx └── images │ ├── excel_cutting.PNG │ └── result.PNG ├── Exp4.Merge_PDFs ├── Example.4.Merge_PDFs (实例4:合并不同PDF文档以便一次批量打印).ipynb ├── data │ ├── INV1.pdf │ ├── INV2.pdf │ ├── INV3.pdf │ ├── INV4.pdf │ ├── INV5.pdf │ └── test.txt └── images │ ├── combine_inv.PNG │ └── install_PyPDF2.PNG ├── Exp5.Invitation_word_automation ├── Example.5.Invitation_word_automation(用Python操作Word批量生成邀请函).ipynb ├── data │ ├── name_list.xlsx │ ├── 邀请函.docx │ ├── 邀请函_ 供应商1 王波 .docx │ ├── 邀请函_ 供应商2 刘海洋 .docx │ ├── 邀请函_ 供应商3 少和光 .docx │ ├── 邀请函_ 供应商4 真凡巧 .docx │ ├── 邀请函_ 供应商5 鲁鸿运 .docx │ ├── 邀请函_ 政府1 乐清霁 .docx │ ├── 邀请函_ 政府2 郎绮琴 .docx │ ├── 邀请函_ 政府3 贝芳懿 .docx │ └── 邀请函_ 政府4 哈彦君 .docx └── images │ ├── invitation_temp.PNG │ ├── result.PNG │ └── result_detail.PNG ├── Exp6.Set_password_for_PDFs ├── Example.6.Set_password_for_PDFs(用Python给PDF批量加密).ipynb ├── data │ ├── INV1.pdf │ ├── INV2.pdf │ ├── INV3.pdf │ ├── INV4.pdf │ ├── INV5.pdf │ └── test.txt └── images │ ├── input_pw.PNG │ └── new_files_with_password.PNG ├── Exp7.Contract_automation_word ├── Example.7.Contract_automation_word(用Python操作Word批量生成合同).ipynb ├── data │ ├── 公司001合同.docx │ ├── 公司002合同.docx │ ├── 公司003合同.docx │ ├── 公司004合同.docx │ ├── 公司005合同.docx │ ├── 公司006合同.docx │ ├── 公司007合同.docx │ ├── 公司008合同.docx │ ├── 公司009合同.docx │ ├── 公司010合同.docx │ ├── 合同信息.xlsx │ ├── 合同模板 - 需填入部分格式错误.docx │ └── 合同模板.docx └── images │ ├── contract_no.PNG │ ├── data_preparation.PNG │ ├── face.PNG │ ├── phone.PNG │ └── result.PNG ├── Exp8.Decode the password for PDFs ├── Example.8.Decode_the_password_for_PDFs(暴力破解PDF密码).ipynb ├── data │ ├── INV1_sec.pdf │ └── dict.txt └── images │ └── unlock.PNG ├── Exp9.Shippment list automation ├── Example.9.Shippment_list_automation(用Python自动生成Excel档每日出货清单).ipynb ├── data │ ├── 出货单模板.xlsx │ └── 总表.xlsx └── images │ ├── data_structure.PNG │ ├── face.PNG │ ├── rawdata_template.PNG │ └── result.PNG └── README.md /Exp1.label_automation/Example.1.Label_Automation_in_Excel(自动批量生成物料标签).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp1.label_automation/Example.1.Label_Automation_in_Excel(自动批量生成物料标签).ipynb -------------------------------------------------------------------------------- /Exp1.label_automation/data/a/label_info - 6.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp1.label_automation/data/a/label_info - 6.xlsx -------------------------------------------------------------------------------- /Exp1.label_automation/data/a/label_info - 7.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp1.label_automation/data/a/label_info - 7.xlsx -------------------------------------------------------------------------------- /Exp1.label_automation/data/label_info - 1.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp1.label_automation/data/label_info - 1.xlsx -------------------------------------------------------------------------------- /Exp1.label_automation/data/label_info - 2.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp1.label_automation/data/label_info - 2.xlsx -------------------------------------------------------------------------------- /Exp1.label_automation/data/label_info - 3.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp1.label_automation/data/label_info - 3.xlsx -------------------------------------------------------------------------------- /Exp1.label_automation/data/label_info - 4.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp1.label_automation/data/label_info - 4.xlsx -------------------------------------------------------------------------------- /Exp1.label_automation/data/label_info - 5.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp1.label_automation/data/label_info - 5.xlsx -------------------------------------------------------------------------------- /Exp1.label_automation/data/label_info.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp1.label_automation/data/label_info.xlsx -------------------------------------------------------------------------------- /Exp1.label_automation/data/label_info_nan.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp1.label_automation/data/label_info_nan.xlsx -------------------------------------------------------------------------------- /Exp1.label_automation/images/prod_info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp1.label_automation/images/prod_info.png -------------------------------------------------------------------------------- /Exp1.label_automation/images/prod_label.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp1.label_automation/images/prod_label.PNG -------------------------------------------------------------------------------- /Exp1.label_automation/images/prod_label_3_2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp1.label_automation/images/prod_label_3_2.PNG -------------------------------------------------------------------------------- /Exp1.label_automation/images/prod_label_done.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp1.label_automation/images/prod_label_done.PNG -------------------------------------------------------------------------------- /Exp1.label_automation/images/~$画图.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp1.label_automation/images/~$画图.pptx -------------------------------------------------------------------------------- /Exp10.Get the right purchase request number by regular expression/Example.10.Get the right purchase request number by regular expression(用Python正则表达式从不规则的备注栏获得采购申请单号).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp10.Get the right purchase request number by regular expression/Example.10.Get the right purchase request number by regular expression(用Python正则表达式从不规则的备注栏获得采购申请单号).ipynb -------------------------------------------------------------------------------- /Exp10.Get the right purchase request number by regular expression/data/采购信息表.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp10.Get the right purchase request number by regular expression/data/采购信息表.xlsx -------------------------------------------------------------------------------- /Exp10.Get the right purchase request number by regular expression/data/采购信息表_新.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp10.Get the right purchase request number by regular expression/data/采购信息表_新.xlsx -------------------------------------------------------------------------------- /Exp10.Get the right purchase request number by regular expression/images/face.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp10.Get the right purchase request number by regular expression/images/face.PNG -------------------------------------------------------------------------------- /Exp10.Get the right purchase request number by regular expression/images/reg.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp10.Get the right purchase request number by regular expression/images/reg.PNG -------------------------------------------------------------------------------- /Exp10.Get the right purchase request number by regular expression/images/remark.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp10.Get the right purchase request number by regular expression/images/remark.PNG -------------------------------------------------------------------------------- /Exp10.Get the right purchase request number by regular expression/images/result.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp10.Get the right purchase request number by regular expression/images/result.PNG -------------------------------------------------------------------------------- /Exp11.Add_image_in_Excel_sheets/Example.11.Add_image_in_Excel_sheets(用Python给Excel所有工作表添加图片).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp11.Add_image_in_Excel_sheets/Example.11.Add_image_in_Excel_sheets(用Python给Excel所有工作表添加图片).ipynb -------------------------------------------------------------------------------- /Exp11.Add_image_in_Excel_sheets/data/出货单.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp11.Add_image_in_Excel_sheets/data/出货单.xlsx -------------------------------------------------------------------------------- /Exp11.Add_image_in_Excel_sheets/data/出货单—new.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp11.Add_image_in_Excel_sheets/data/出货单—new.xlsx -------------------------------------------------------------------------------- /Exp11.Add_image_in_Excel_sheets/images/company.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp11.Add_image_in_Excel_sheets/images/company.png -------------------------------------------------------------------------------- /Exp11.Add_image_in_Excel_sheets/images/error1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp11.Add_image_in_Excel_sheets/images/error1.PNG -------------------------------------------------------------------------------- /Exp11.Add_image_in_Excel_sheets/images/error2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp11.Add_image_in_Excel_sheets/images/error2.PNG -------------------------------------------------------------------------------- /Exp11.Add_image_in_Excel_sheets/images/face.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp11.Add_image_in_Excel_sheets/images/face.PNG -------------------------------------------------------------------------------- /Exp11.Add_image_in_Excel_sheets/images/last_page.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp11.Add_image_in_Excel_sheets/images/last_page.PNG -------------------------------------------------------------------------------- /Exp12.Change_Excel_sheet_names/Example.12.Change_Excel_sheet_names(用Python批量修改Excel工作表名称).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp12.Change_Excel_sheet_names/Example.12.Change_Excel_sheet_names(用Python批量修改Excel工作表名称).ipynb -------------------------------------------------------------------------------- /Exp12.Change_Excel_sheet_names/data/出货单.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp12.Change_Excel_sheet_names/data/出货单.xlsx -------------------------------------------------------------------------------- /Exp12.Change_Excel_sheet_names/data/出货单1.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp12.Change_Excel_sheet_names/data/出货单1.xlsx -------------------------------------------------------------------------------- /Exp12.Change_Excel_sheet_names/images/face.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp12.Change_Excel_sheet_names/images/face.PNG -------------------------------------------------------------------------------- /Exp12.Change_Excel_sheet_names/images/result.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp12.Change_Excel_sheet_names/images/result.PNG -------------------------------------------------------------------------------- /Exp13.Promise date and receiving date of purchased materials/Example.13.Promise date and receiving date of purchased materials(用Python批量查询采购物料交期及实际收货日期).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp13.Promise date and receiving date of purchased materials/Example.13.Promise date and receiving date of purchased materials(用Python批量查询采购物料交期及实际收货日期).ipynb -------------------------------------------------------------------------------- /Exp13.Promise date and receiving date of purchased materials/data/收货信息表.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp13.Promise date and receiving date of purchased materials/data/收货信息表.xlsx -------------------------------------------------------------------------------- /Exp13.Promise date and receiving date of purchased materials/data/订单/订单001.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp13.Promise date and receiving date of purchased materials/data/订单/订单001.xlsx -------------------------------------------------------------------------------- /Exp13.Promise date and receiving date of purchased materials/data/订单/订单002.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp13.Promise date and receiving date of purchased materials/data/订单/订单002.xlsx -------------------------------------------------------------------------------- /Exp13.Promise date and receiving date of purchased materials/data/订单/订单003.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp13.Promise date and receiving date of purchased materials/data/订单/订单003.xlsx -------------------------------------------------------------------------------- /Exp13.Promise date and receiving date of purchased materials/data/订单/订单004.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp13.Promise date and receiving date of purchased materials/data/订单/订单004.xlsx -------------------------------------------------------------------------------- /Exp13.Promise date and receiving date of purchased materials/data/订单/订单005.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp13.Promise date and receiving date of purchased materials/data/订单/订单005.xlsx -------------------------------------------------------------------------------- /Exp13.Promise date and receiving date of purchased materials/data/订单更新/订单001.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp13.Promise date and receiving date of purchased materials/data/订单更新/订单001.xlsx -------------------------------------------------------------------------------- /Exp13.Promise date and receiving date of purchased materials/data/订单更新/订单002.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp13.Promise date and receiving date of purchased materials/data/订单更新/订单002.xlsx -------------------------------------------------------------------------------- /Exp13.Promise date and receiving date of purchased materials/data/订单更新/订单003.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp13.Promise date and receiving date of purchased materials/data/订单更新/订单003.xlsx -------------------------------------------------------------------------------- /Exp13.Promise date and receiving date of purchased materials/data/订单更新/订单004.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp13.Promise date and receiving date of purchased materials/data/订单更新/订单004.xlsx -------------------------------------------------------------------------------- /Exp13.Promise date and receiving date of purchased materials/data/订单更新/订单005.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp13.Promise date and receiving date of purchased materials/data/订单更新/订单005.xlsx -------------------------------------------------------------------------------- /Exp13.Promise date and receiving date of purchased materials/data/采购信息表.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp13.Promise date and receiving date of purchased materials/data/采购信息表.xlsx -------------------------------------------------------------------------------- /Exp13.Promise date and receiving date of purchased materials/images/data_structure.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp13.Promise date and receiving date of purchased materials/images/data_structure.PNG -------------------------------------------------------------------------------- /Exp13.Promise date and receiving date of purchased materials/images/face.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp13.Promise date and receiving date of purchased materials/images/face.PNG -------------------------------------------------------------------------------- /Exp13.Promise date and receiving date of purchased materials/images/order.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp13.Promise date and receiving date of purchased materials/images/order.PNG -------------------------------------------------------------------------------- /Exp13.Promise date and receiving date of purchased materials/images/purchase_info.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp13.Promise date and receiving date of purchased materials/images/purchase_info.PNG -------------------------------------------------------------------------------- /Exp13.Promise date and receiving date of purchased materials/images/result.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp13.Promise date and receiving date of purchased materials/images/result.PNG -------------------------------------------------------------------------------- /Exp14.Replace specific words in word/Example.14.Replace_specific_words_in_word(用Python批量替换多个Word文件中的指定文字).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp14.Replace specific words in word/Example.14.Replace_specific_words_in_word(用Python批量替换多个Word文件中的指定文字).ipynb -------------------------------------------------------------------------------- /Exp14.Replace specific words in word/data/公司001合同.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp14.Replace specific words in word/data/公司001合同.docx -------------------------------------------------------------------------------- /Exp14.Replace specific words in word/data/公司002合同.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp14.Replace specific words in word/data/公司002合同.docx -------------------------------------------------------------------------------- /Exp14.Replace specific words in word/data/公司003合同.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp14.Replace specific words in word/data/公司003合同.docx -------------------------------------------------------------------------------- /Exp14.Replace specific words in word/data/公司004合同.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp14.Replace specific words in word/data/公司004合同.docx -------------------------------------------------------------------------------- /Exp14.Replace specific words in word/data/公司005合同.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp14.Replace specific words in word/data/公司005合同.docx -------------------------------------------------------------------------------- /Exp14.Replace specific words in word/data/公司006合同.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp14.Replace specific words in word/data/公司006合同.docx -------------------------------------------------------------------------------- /Exp14.Replace specific words in word/data/公司007合同.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp14.Replace specific words in word/data/公司007合同.docx -------------------------------------------------------------------------------- /Exp14.Replace specific words in word/data/公司008合同.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp14.Replace specific words in word/data/公司008合同.docx -------------------------------------------------------------------------------- /Exp14.Replace specific words in word/data/公司009合同.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp14.Replace specific words in word/data/公司009合同.docx -------------------------------------------------------------------------------- /Exp14.Replace specific words in word/data/公司010合同.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp14.Replace specific words in word/data/公司010合同.docx -------------------------------------------------------------------------------- /Exp14.Replace specific words in word/data/含干扰词/特殊_含干扰词.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp14.Replace specific words in word/data/含干扰词/特殊_含干扰词.docx -------------------------------------------------------------------------------- /Exp14.Replace specific words in word/data/替换结果/公司001合同.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp14.Replace specific words in word/data/替换结果/公司001合同.docx -------------------------------------------------------------------------------- /Exp14.Replace specific words in word/data/替换结果/公司002合同.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp14.Replace specific words in word/data/替换结果/公司002合同.docx -------------------------------------------------------------------------------- /Exp14.Replace specific words in word/data/替换结果/公司003合同.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp14.Replace specific words in word/data/替换结果/公司003合同.docx -------------------------------------------------------------------------------- /Exp14.Replace specific words in word/data/替换结果/公司004合同.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp14.Replace specific words in word/data/替换结果/公司004合同.docx -------------------------------------------------------------------------------- /Exp14.Replace specific words in word/data/替换结果/公司005合同.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp14.Replace specific words in word/data/替换结果/公司005合同.docx -------------------------------------------------------------------------------- /Exp14.Replace specific words in word/data/替换结果/公司006合同.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp14.Replace specific words in word/data/替换结果/公司006合同.docx -------------------------------------------------------------------------------- /Exp14.Replace specific words in word/data/替换结果/公司007合同.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp14.Replace specific words in word/data/替换结果/公司007合同.docx -------------------------------------------------------------------------------- /Exp14.Replace specific words in word/data/替换结果/公司008合同.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp14.Replace specific words in word/data/替换结果/公司008合同.docx -------------------------------------------------------------------------------- /Exp14.Replace specific words in word/data/替换结果/公司009合同.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp14.Replace specific words in word/data/替换结果/公司009合同.docx -------------------------------------------------------------------------------- /Exp14.Replace specific words in word/data/替换结果/公司010合同.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp14.Replace specific words in word/data/替换结果/公司010合同.docx -------------------------------------------------------------------------------- /Exp14.Replace specific words in word/data/替换结果/特殊_含干扰词.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp14.Replace specific words in word/data/替换结果/特殊_含干扰词.docx -------------------------------------------------------------------------------- /Exp14.Replace specific words in word/images/face.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp14.Replace specific words in word/images/face.PNG -------------------------------------------------------------------------------- /Exp14.Replace specific words in word/images/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp14.Replace specific words in word/images/result.png -------------------------------------------------------------------------------- /Exp14.Replace specific words in word/images/target.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp14.Replace specific words in word/images/target.PNG -------------------------------------------------------------------------------- /Exp14.Replace specific words in word/images/target_new.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp14.Replace specific words in word/images/target_new.PNG -------------------------------------------------------------------------------- /Exp15.Convert doc to docx/Example.15.Convert_doc_to_docx(用Python批量转换doc文件为docx文件).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp15.Convert doc to docx/Example.15.Convert_doc_to_docx(用Python批量转换doc文件为docx文件).ipynb -------------------------------------------------------------------------------- /Exp15.Convert doc to docx/data/公司001合同.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp15.Convert doc to docx/data/公司001合同.doc -------------------------------------------------------------------------------- /Exp15.Convert doc to docx/data/公司001合同.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp15.Convert doc to docx/data/公司001合同.docx -------------------------------------------------------------------------------- /Exp15.Convert doc to docx/data/公司002合同.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp15.Convert doc to docx/data/公司002合同.doc -------------------------------------------------------------------------------- /Exp15.Convert doc to docx/data/公司002合同.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp15.Convert doc to docx/data/公司002合同.docx -------------------------------------------------------------------------------- /Exp15.Convert doc to docx/data/公司003合同.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp15.Convert doc to docx/data/公司003合同.doc -------------------------------------------------------------------------------- /Exp15.Convert doc to docx/data/公司003合同.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp15.Convert doc to docx/data/公司003合同.docx -------------------------------------------------------------------------------- /Exp15.Convert doc to docx/data/公司004合同.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp15.Convert doc to docx/data/公司004合同.doc -------------------------------------------------------------------------------- /Exp15.Convert doc to docx/data/公司004合同.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp15.Convert doc to docx/data/公司004合同.docx -------------------------------------------------------------------------------- /Exp15.Convert doc to docx/data/公司005合同.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp15.Convert doc to docx/data/公司005合同.doc -------------------------------------------------------------------------------- /Exp15.Convert doc to docx/data/公司005合同.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp15.Convert doc to docx/data/公司005合同.docx -------------------------------------------------------------------------------- /Exp15.Convert doc to docx/images/error.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp15.Convert doc to docx/images/error.PNG -------------------------------------------------------------------------------- /Exp15.Convert doc to docx/images/face.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp15.Convert doc to docx/images/face.PNG -------------------------------------------------------------------------------- /Exp15.Convert doc to docx/images/result.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp15.Convert doc to docx/images/result.PNG -------------------------------------------------------------------------------- /Exp16.Material Pick Slip Report Automation/Example.16.Material_Pick_Slip_Report_Automation(用Python自动生成Excel档每日领料单).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp16.Material Pick Slip Report Automation/Example.16.Material_Pick_Slip_Report_Automation(用Python自动生成Excel档每日领料单).ipynb -------------------------------------------------------------------------------- /Exp16.Material Pick Slip Report Automation/data/工单物料.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp16.Material Pick Slip Report Automation/data/工单物料.xlsx -------------------------------------------------------------------------------- /Exp16.Material Pick Slip Report Automation/data/每日领料单.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp16.Material Pick Slip Report Automation/data/每日领料单.xlsx -------------------------------------------------------------------------------- /Exp16.Material Pick Slip Report Automation/data/领料单模板.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp16.Material Pick Slip Report Automation/data/领料单模板.xlsx -------------------------------------------------------------------------------- /Exp16.Material Pick Slip Report Automation/images/face.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp16.Material Pick Slip Report Automation/images/face.PNG -------------------------------------------------------------------------------- /Exp16.Material Pick Slip Report Automation/images/material_list.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp16.Material Pick Slip Report Automation/images/material_list.PNG -------------------------------------------------------------------------------- /Exp16.Material Pick Slip Report Automation/images/pick_slip.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp16.Material Pick Slip Report Automation/images/pick_slip.PNG -------------------------------------------------------------------------------- /Exp16.Material Pick Slip Report Automation/images/result.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp16.Material Pick Slip Report Automation/images/result.PNG -------------------------------------------------------------------------------- /Exp17.Material_requisition_Report_Automation/Example.17.Material_requisition_Report_Automation(自动生成Excel档每日计划外出库单).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp17.Material_requisition_Report_Automation/Example.17.Material_requisition_Report_Automation(自动生成Excel档每日计划外出库单).ipynb -------------------------------------------------------------------------------- /Exp17.Material_requisition_Report_Automation/data/研发材料-计划外出库.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp17.Material_requisition_Report_Automation/data/研发材料-计划外出库.xlsx -------------------------------------------------------------------------------- /Exp17.Material_requisition_Report_Automation/data/计划外出库调整单模板.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp17.Material_requisition_Report_Automation/data/计划外出库调整单模板.xlsx -------------------------------------------------------------------------------- /Exp17.Material_requisition_Report_Automation/data/计划外出库领料单(每日).xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp17.Material_requisition_Report_Automation/data/计划外出库领料单(每日).xlsx -------------------------------------------------------------------------------- /Exp17.Material_requisition_Report_Automation/images/rawdata.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp17.Material_requisition_Report_Automation/images/rawdata.PNG -------------------------------------------------------------------------------- /Exp17.Material_requisition_Report_Automation/images/result.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp17.Material_requisition_Report_Automation/images/result.PNG -------------------------------------------------------------------------------- /Exp18.Split words in excel/Example.018.Split words in Excel(实例18_拆分Excel单元格中的单词).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp18.Split words in excel/Example.018.Split words in Excel(实例18_拆分Excel单元格中的单词).ipynb -------------------------------------------------------------------------------- /Exp18.Split words in excel/data/机型名称.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp18.Split words in excel/data/机型名称.xlsx -------------------------------------------------------------------------------- /Exp18.Split words in excel/images/after.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp18.Split words in excel/images/after.PNG -------------------------------------------------------------------------------- /Exp18.Split words in excel/images/before.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp18.Split words in excel/images/before.PNG -------------------------------------------------------------------------------- /Exp18.Split words in excel/images/inexcel.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp18.Split words in excel/images/inexcel.PNG -------------------------------------------------------------------------------- /Exp2.merge_excels/Example.2.Merge_Excels(实例2_合并多个Excel文件).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp2.merge_excels/Example.2.Merge_Excels(实例2_合并多个Excel文件).ipynb -------------------------------------------------------------------------------- /Exp2.merge_excels/data/FM Reduction Activities Tracker-main.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp2.merge_excels/data/FM Reduction Activities Tracker-main.xlsx -------------------------------------------------------------------------------- /Exp2.merge_excels/data/dept_A/FM Reduction Activities Tracker-sub A.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp2.merge_excels/data/dept_A/FM Reduction Activities Tracker-sub A.xlsx -------------------------------------------------------------------------------- /Exp2.merge_excels/data/dept_A/FM Reduction Activities image- A.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp2.merge_excels/data/dept_A/FM Reduction Activities image- A.xlsx -------------------------------------------------------------------------------- /Exp2.merge_excels/data/dept_B/FM Reduction Activities Tracker-sub B.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp2.merge_excels/data/dept_B/FM Reduction Activities Tracker-sub B.xlsx -------------------------------------------------------------------------------- /Exp2.merge_excels/data/dept_B/FM Reduction Activities image- B.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp2.merge_excels/data/dept_B/FM Reduction Activities image- B.xlsx -------------------------------------------------------------------------------- /Exp2.merge_excels/data/dept_C/FM Reduction Activities Tracker-sub C.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp2.merge_excels/data/dept_C/FM Reduction Activities Tracker-sub C.xlsx -------------------------------------------------------------------------------- /Exp2.merge_excels/data/dept_C/FM Reduction Activities image- C.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp2.merge_excels/data/dept_C/FM Reduction Activities image- C.xlsx -------------------------------------------------------------------------------- /Exp2.merge_excels/data/dept_D/FM Reduction Activities Tracker-sub D.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp2.merge_excels/data/dept_D/FM Reduction Activities Tracker-sub D.xlsx -------------------------------------------------------------------------------- /Exp2.merge_excels/data/dept_D/FM Reduction Activities image- D.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp2.merge_excels/data/dept_D/FM Reduction Activities image- D.xlsx -------------------------------------------------------------------------------- /Exp2.merge_excels/data/dept_E/FM Reduction Activities Tracker-sub E.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp2.merge_excels/data/dept_E/FM Reduction Activities Tracker-sub E.xlsx -------------------------------------------------------------------------------- /Exp2.merge_excels/data/dept_E/FM Reduction Activities image- E.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp2.merge_excels/data/dept_E/FM Reduction Activities image- E.xlsx -------------------------------------------------------------------------------- /Exp2.merge_excels/data/~$FM Reduction Activities Tracker-main.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp2.merge_excels/data/~$FM Reduction Activities Tracker-main.xlsx -------------------------------------------------------------------------------- /Exp2.merge_excels/images/detail_info_in_excel.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp2.merge_excels/images/detail_info_in_excel.PNG -------------------------------------------------------------------------------- /Exp2.merge_excels/images/fm_folders.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp2.merge_excels/images/fm_folders.PNG -------------------------------------------------------------------------------- /Exp2.merge_excels/images/main_excel.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp2.merge_excels/images/main_excel.PNG -------------------------------------------------------------------------------- /Exp2.merge_excels/images/sub_folder.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp2.merge_excels/images/sub_folder.PNG -------------------------------------------------------------------------------- /Exp20.按条件汇总数据形成新的Excel表/data/领料总表.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp20.按条件汇总数据形成新的Excel表/data/领料总表.xlsx -------------------------------------------------------------------------------- /Exp20.按条件汇总数据形成新的Excel表/data/领料汇总-模板.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp20.按条件汇总数据形成新的Excel表/data/领料汇总-模板.xlsx -------------------------------------------------------------------------------- /Exp20.按条件汇总数据形成新的Excel表/data/领料汇总.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp20.按条件汇总数据形成新的Excel表/data/领料汇总.xlsx -------------------------------------------------------------------------------- /Exp20.按条件汇总数据形成新的Excel表/example20.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp20.按条件汇总数据形成新的Excel表/example20.py -------------------------------------------------------------------------------- /Exp20.按条件汇总数据形成新的Excel表/images/boss.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp20.按条件汇总数据形成新的Excel表/images/boss.PNG -------------------------------------------------------------------------------- /Exp20.按条件汇总数据形成新的Excel表/images/example.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp20.按条件汇总数据形成新的Excel表/images/example.PNG -------------------------------------------------------------------------------- /Exp20.按条件汇总数据形成新的Excel表/images/example1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp20.按条件汇总数据形成新的Excel表/images/example1.PNG -------------------------------------------------------------------------------- /Exp20.按条件汇总数据形成新的Excel表/images/face.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp20.按条件汇总数据形成新的Excel表/images/face.PNG -------------------------------------------------------------------------------- /Exp20.按条件汇总数据形成新的Excel表/images/pivot.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp20.按条件汇总数据形成新的Excel表/images/pivot.PNG -------------------------------------------------------------------------------- /Exp20.按条件汇总数据形成新的Excel表/images/result.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp20.按条件汇总数据形成新的Excel表/images/result.PNG -------------------------------------------------------------------------------- /Exp20.按条件汇总数据形成新的Excel表/实例20_按条件汇总数据形成新的Excel表-根据工单及物料编号加总不同批次的领料数量.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp20.按条件汇总数据形成新的Excel表/实例20_按条件汇总数据形成新的Excel表-根据工单及物料编号加总不同批次的领料数量.ipynb -------------------------------------------------------------------------------- /Exp3.Cut Excel file and save as sub-excel file/Example.3.Cut Excel file and save as sub-excel file(实例3:从Excel薪资总表中分拆成各部门的表).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp3.Cut Excel file and save as sub-excel file/Example.3.Cut Excel file and save as sub-excel file(实例3:从Excel薪资总表中分拆成各部门的表).ipynb -------------------------------------------------------------------------------- /Exp3.Cut Excel file and save as sub-excel file/data/salary_info.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp3.Cut Excel file and save as sub-excel file/data/salary_info.xlsx -------------------------------------------------------------------------------- /Exp3.Cut Excel file and save as sub-excel file/data/salary_info_刘晓丽.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp3.Cut Excel file and save as sub-excel file/data/salary_info_刘晓丽.xlsx -------------------------------------------------------------------------------- /Exp3.Cut Excel file and save as sub-excel file/data/salary_info_张春香.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp3.Cut Excel file and save as sub-excel file/data/salary_info_张春香.xlsx -------------------------------------------------------------------------------- /Exp3.Cut Excel file and save as sub-excel file/data/salary_info_朱柳峰.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp3.Cut Excel file and save as sub-excel file/data/salary_info_朱柳峰.xlsx -------------------------------------------------------------------------------- /Exp3.Cut Excel file and save as sub-excel file/data/salary_info_李国际.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp3.Cut Excel file and save as sub-excel file/data/salary_info_李国际.xlsx -------------------------------------------------------------------------------- /Exp3.Cut Excel file and save as sub-excel file/data/salary_info_李飞.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp3.Cut Excel file and save as sub-excel file/data/salary_info_李飞.xlsx -------------------------------------------------------------------------------- /Exp3.Cut Excel file and save as sub-excel file/data/salary_info_王明.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp3.Cut Excel file and save as sub-excel file/data/salary_info_王明.xlsx -------------------------------------------------------------------------------- /Exp3.Cut Excel file and save as sub-excel file/images/excel_cutting.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp3.Cut Excel file and save as sub-excel file/images/excel_cutting.PNG -------------------------------------------------------------------------------- /Exp3.Cut Excel file and save as sub-excel file/images/result.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp3.Cut Excel file and save as sub-excel file/images/result.PNG -------------------------------------------------------------------------------- /Exp4.Merge_PDFs/Example.4.Merge_PDFs (实例4:合并不同PDF文档以便一次批量打印).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp4.Merge_PDFs/Example.4.Merge_PDFs (实例4:合并不同PDF文档以便一次批量打印).ipynb -------------------------------------------------------------------------------- /Exp4.Merge_PDFs/data/INV1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp4.Merge_PDFs/data/INV1.pdf -------------------------------------------------------------------------------- /Exp4.Merge_PDFs/data/INV2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp4.Merge_PDFs/data/INV2.pdf -------------------------------------------------------------------------------- /Exp4.Merge_PDFs/data/INV3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp4.Merge_PDFs/data/INV3.pdf -------------------------------------------------------------------------------- /Exp4.Merge_PDFs/data/INV4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp4.Merge_PDFs/data/INV4.pdf -------------------------------------------------------------------------------- /Exp4.Merge_PDFs/data/INV5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp4.Merge_PDFs/data/INV5.pdf -------------------------------------------------------------------------------- /Exp4.Merge_PDFs/data/test.txt: -------------------------------------------------------------------------------- 1 | test only -------------------------------------------------------------------------------- /Exp4.Merge_PDFs/images/combine_inv.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp4.Merge_PDFs/images/combine_inv.PNG -------------------------------------------------------------------------------- /Exp4.Merge_PDFs/images/install_PyPDF2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp4.Merge_PDFs/images/install_PyPDF2.PNG -------------------------------------------------------------------------------- /Exp5.Invitation_word_automation/Example.5.Invitation_word_automation(用Python操作Word批量生成邀请函).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp5.Invitation_word_automation/Example.5.Invitation_word_automation(用Python操作Word批量生成邀请函).ipynb -------------------------------------------------------------------------------- /Exp5.Invitation_word_automation/data/name_list.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp5.Invitation_word_automation/data/name_list.xlsx -------------------------------------------------------------------------------- /Exp5.Invitation_word_automation/data/邀请函.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp5.Invitation_word_automation/data/邀请函.docx -------------------------------------------------------------------------------- /Exp5.Invitation_word_automation/data/邀请函_ 供应商1 王波 .docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp5.Invitation_word_automation/data/邀请函_ 供应商1 王波 .docx -------------------------------------------------------------------------------- /Exp5.Invitation_word_automation/data/邀请函_ 供应商2 刘海洋 .docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp5.Invitation_word_automation/data/邀请函_ 供应商2 刘海洋 .docx -------------------------------------------------------------------------------- /Exp5.Invitation_word_automation/data/邀请函_ 供应商3 少和光 .docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp5.Invitation_word_automation/data/邀请函_ 供应商3 少和光 .docx -------------------------------------------------------------------------------- /Exp5.Invitation_word_automation/data/邀请函_ 供应商4 真凡巧 .docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp5.Invitation_word_automation/data/邀请函_ 供应商4 真凡巧 .docx -------------------------------------------------------------------------------- /Exp5.Invitation_word_automation/data/邀请函_ 供应商5 鲁鸿运 .docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp5.Invitation_word_automation/data/邀请函_ 供应商5 鲁鸿运 .docx -------------------------------------------------------------------------------- /Exp5.Invitation_word_automation/data/邀请函_ 政府1 乐清霁 .docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp5.Invitation_word_automation/data/邀请函_ 政府1 乐清霁 .docx -------------------------------------------------------------------------------- /Exp5.Invitation_word_automation/data/邀请函_ 政府2 郎绮琴 .docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp5.Invitation_word_automation/data/邀请函_ 政府2 郎绮琴 .docx -------------------------------------------------------------------------------- /Exp5.Invitation_word_automation/data/邀请函_ 政府3 贝芳懿 .docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp5.Invitation_word_automation/data/邀请函_ 政府3 贝芳懿 .docx -------------------------------------------------------------------------------- /Exp5.Invitation_word_automation/data/邀请函_ 政府4 哈彦君 .docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp5.Invitation_word_automation/data/邀请函_ 政府4 哈彦君 .docx -------------------------------------------------------------------------------- /Exp5.Invitation_word_automation/images/invitation_temp.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp5.Invitation_word_automation/images/invitation_temp.PNG -------------------------------------------------------------------------------- /Exp5.Invitation_word_automation/images/result.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp5.Invitation_word_automation/images/result.PNG -------------------------------------------------------------------------------- /Exp5.Invitation_word_automation/images/result_detail.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp5.Invitation_word_automation/images/result_detail.PNG -------------------------------------------------------------------------------- /Exp6.Set_password_for_PDFs/Example.6.Set_password_for_PDFs(用Python给PDF批量加密).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp6.Set_password_for_PDFs/Example.6.Set_password_for_PDFs(用Python给PDF批量加密).ipynb -------------------------------------------------------------------------------- /Exp6.Set_password_for_PDFs/data/INV1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp6.Set_password_for_PDFs/data/INV1.pdf -------------------------------------------------------------------------------- /Exp6.Set_password_for_PDFs/data/INV2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp6.Set_password_for_PDFs/data/INV2.pdf -------------------------------------------------------------------------------- /Exp6.Set_password_for_PDFs/data/INV3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp6.Set_password_for_PDFs/data/INV3.pdf -------------------------------------------------------------------------------- /Exp6.Set_password_for_PDFs/data/INV4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp6.Set_password_for_PDFs/data/INV4.pdf -------------------------------------------------------------------------------- /Exp6.Set_password_for_PDFs/data/INV5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp6.Set_password_for_PDFs/data/INV5.pdf -------------------------------------------------------------------------------- /Exp6.Set_password_for_PDFs/data/test.txt: -------------------------------------------------------------------------------- 1 | test only -------------------------------------------------------------------------------- /Exp6.Set_password_for_PDFs/images/input_pw.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp6.Set_password_for_PDFs/images/input_pw.PNG -------------------------------------------------------------------------------- /Exp6.Set_password_for_PDFs/images/new_files_with_password.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp6.Set_password_for_PDFs/images/new_files_with_password.PNG -------------------------------------------------------------------------------- /Exp7.Contract_automation_word/Example.7.Contract_automation_word(用Python操作Word批量生成合同).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp7.Contract_automation_word/Example.7.Contract_automation_word(用Python操作Word批量生成合同).ipynb -------------------------------------------------------------------------------- /Exp7.Contract_automation_word/data/公司001合同.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp7.Contract_automation_word/data/公司001合同.docx -------------------------------------------------------------------------------- /Exp7.Contract_automation_word/data/公司002合同.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp7.Contract_automation_word/data/公司002合同.docx -------------------------------------------------------------------------------- /Exp7.Contract_automation_word/data/公司003合同.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp7.Contract_automation_word/data/公司003合同.docx -------------------------------------------------------------------------------- /Exp7.Contract_automation_word/data/公司004合同.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp7.Contract_automation_word/data/公司004合同.docx -------------------------------------------------------------------------------- /Exp7.Contract_automation_word/data/公司005合同.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp7.Contract_automation_word/data/公司005合同.docx -------------------------------------------------------------------------------- /Exp7.Contract_automation_word/data/公司006合同.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp7.Contract_automation_word/data/公司006合同.docx -------------------------------------------------------------------------------- /Exp7.Contract_automation_word/data/公司007合同.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp7.Contract_automation_word/data/公司007合同.docx -------------------------------------------------------------------------------- /Exp7.Contract_automation_word/data/公司008合同.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp7.Contract_automation_word/data/公司008合同.docx -------------------------------------------------------------------------------- /Exp7.Contract_automation_word/data/公司009合同.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp7.Contract_automation_word/data/公司009合同.docx -------------------------------------------------------------------------------- /Exp7.Contract_automation_word/data/公司010合同.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp7.Contract_automation_word/data/公司010合同.docx -------------------------------------------------------------------------------- /Exp7.Contract_automation_word/data/合同信息.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp7.Contract_automation_word/data/合同信息.xlsx -------------------------------------------------------------------------------- /Exp7.Contract_automation_word/data/合同模板 - 需填入部分格式错误.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp7.Contract_automation_word/data/合同模板 - 需填入部分格式错误.docx -------------------------------------------------------------------------------- /Exp7.Contract_automation_word/data/合同模板.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp7.Contract_automation_word/data/合同模板.docx -------------------------------------------------------------------------------- /Exp7.Contract_automation_word/images/contract_no.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp7.Contract_automation_word/images/contract_no.PNG -------------------------------------------------------------------------------- /Exp7.Contract_automation_word/images/data_preparation.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp7.Contract_automation_word/images/data_preparation.PNG -------------------------------------------------------------------------------- /Exp7.Contract_automation_word/images/face.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp7.Contract_automation_word/images/face.PNG -------------------------------------------------------------------------------- /Exp7.Contract_automation_word/images/phone.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp7.Contract_automation_word/images/phone.PNG -------------------------------------------------------------------------------- /Exp7.Contract_automation_word/images/result.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp7.Contract_automation_word/images/result.PNG -------------------------------------------------------------------------------- /Exp8.Decode the password for PDFs/Example.8.Decode_the_password_for_PDFs(暴力破解PDF密码).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp8.Decode the password for PDFs/Example.8.Decode_the_password_for_PDFs(暴力破解PDF密码).ipynb -------------------------------------------------------------------------------- /Exp8.Decode the password for PDFs/data/INV1_sec.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp8.Decode the password for PDFs/data/INV1_sec.pdf -------------------------------------------------------------------------------- /Exp8.Decode the password for PDFs/data/dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp8.Decode the password for PDFs/data/dict.txt -------------------------------------------------------------------------------- /Exp8.Decode the password for PDFs/images/unlock.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp8.Decode the password for PDFs/images/unlock.PNG -------------------------------------------------------------------------------- /Exp9.Shippment list automation/Example.9.Shippment_list_automation(用Python自动生成Excel档每日出货清单).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp9.Shippment list automation/Example.9.Shippment_list_automation(用Python自动生成Excel档每日出货清单).ipynb -------------------------------------------------------------------------------- /Exp9.Shippment list automation/data/出货单模板.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp9.Shippment list automation/data/出货单模板.xlsx -------------------------------------------------------------------------------- /Exp9.Shippment list automation/data/总表.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp9.Shippment list automation/data/总表.xlsx -------------------------------------------------------------------------------- /Exp9.Shippment list automation/images/data_structure.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp9.Shippment list automation/images/data_structure.PNG -------------------------------------------------------------------------------- /Exp9.Shippment list automation/images/face.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp9.Shippment list automation/images/face.PNG -------------------------------------------------------------------------------- /Exp9.Shippment list automation/images/rawdata_template.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp9.Shippment list automation/images/rawdata_template.PNG -------------------------------------------------------------------------------- /Exp9.Shippment list automation/images/result.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/Exp9.Shippment list automation/images/result.PNG -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weidylan/Office_Automation_by_Using_Python/HEAD/README.md --------------------------------------------------------------------------------