# Office_Automation_by_Using_Python **Repository Path**: HyrenCore/Office_Automation_by_Using_Python ## Basic Information - **Project Name**: Office_Automation_by_Using_Python - **Description**: Office Automation by Using Pythonf (For Excel, Word, PPT and PDF .....) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2020-01-11 - **Last Updated**: 2022-07-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Office_Automation_by_Using_Python Office Automation by Using Python (For Excel, Word, PPT and PDF .....) 为用而学,才是最有效的学习!通过实际案例学Python! #### Example.1.Label_Automation_in_Excel(实例1_自动批量生成物料标签) -- 2019.3.24 #### Example.2.Merge_Excels(实例2_合并多个Excel文件) -- 2019.3.26 #### Example.3.Cut Excel file and save as sub-excel file(实例3:从Excel薪资总表中分拆成各部门的表) -- 2019.3.26 #### Example.4.Merge_PDFs (实例4:提取不同PDF文档中需要的页面并合并为新的PDF文件) -- 2019.3.28 #### Example.5.Invitation_word_automation(实例5:用Python操作Word批量生成邀请函) -- 2019.4.1 #### Example.6.Set_password_for_PDFs(实例6:用Python给PDF批量加密) -- 2019.4.2 #### Example.7.Contract_automation_word(实例7:用Python操作Word批量生成合同) -- 2019.4.4 #### Example.8.Decode_the_password_for_PDFs(实例8:暴力破解PDF密码) -- 2019.4.10 #### Example.9.Shippment_list_automation(实例9:用Python自动生成Excel档每日出货清单) -- 2019.4.11 #### Example.10.Get the right purchase request number by regular expression(实例10:用Python正则表达式从不规则的备注栏获得采购申请单号) -- 2019.4.14 #### Example.11.Add_image_in_Excel_sheets(实例11:用Python给Excel所有工作表添加图片) -- 2019.4.16 #### Example.12.Change_Excel_sheet_names(实例12:用Python批量修改Excel工作表名称) -- 2019.4.19 #### Example.13.Promise date and receiving date of purchased materials(实例13:用Python批量查询采购物料交期及实际收货日期) -- 2019.4.23 #### Example.14.Replace_specific_words_in_word(实例14:用Python批量替换多个Word文件中的指定文字) -- 2019.4.28 #### Example.15.Convert_doc_to_docx(实例15:用Python批量转换doc文件为docx文件) -- 2019.4.29