20 original Python automation cases, one mouthful, efficient office!

  Guide

Hello everyone, since the first Python office automation office series article was published at the end of April , 20 cases have been updated non-stop, and the cumulative reading has exceeded 10W+ . In order to facilitate everyone to read and learn, I will classify these 20 cases again , The content covers Python operation Word、Excel、PPT、PDFand some system-level automation tutorials, let's take a look at some of the content first!

image

  Basic knowledge of automation

If you want to play Python office automation well, you must have a solid basic knowledge . The following four articles start from the principle, to the code example, supplemented by a large number of diagrams, to introduce the common operations in the automated office , click the picture below to go directly to the corresponding article!

image

image

image

image


  Word/Excel Automation Case

After mastering some common operations, you can realize office automation based on these operations . Word and Excel are the most commonly used software in work, and automation can save a lot of time. Some examples are given below. Click the pictures below to go directly to the corresponding articles. Learn!


image

image

image

image

image


  Word+Excel Automation Case

In addition to the separate automation of Word and Excel above, combining the two can achieve more practical cases!

image

image

image

image


  PPT/PDF automation case

In addition to Word and Excel, it PPT和PDFis also an indispensable software in daily office. Here are some automation cases based on PPT and PDF. Click the corresponding pictures to learn directly!

image

image

image


  Other automation cases

Finally, in addition to the three-piece Office and PDF, there are some common operations in office that can be achieved by using os和globmodules such as the following. Here are some cases. Click on the picture to go directly to the corresponding article!

image

image

image

image

  Write at the end

The above is the 20 content of the first stage of Python office automation. If you have repetitive tasks that need to be performed every day, you will definitely gain something by carefully studying the basic knowledge and examples above! Collect it now! After we will launch base more office automation software in Python's case , so stay tuned! If you like this series, give this article a three-link!


Guess you like

Origin blog.51cto.com/15064626/2597991