Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Automating Excel with Python
Rating: 4.7 out of 5(20 ratings)
985 students

Automating Excel with Python

Processing Spreadsheets with OpenPyXL
Last updated 5/2024
English

What you'll learn

  • Automate working with Microsoft Excel using Python
  • Convert Excel documents into other formats
  • Format Excel spreadsheets programmatically
  • Create plots in Excel spreadsheets with Python

Course content

3 sections12 lectures3h 9m total length
  • Welcome to Automating Excel with Python2:37

    If you need to download example code or other resources, you can get them from the GitHub repo:


    https://github.com/driscollis/automating_excel_with_python

  • Setting Up6:03

    You’ll need to set up your computer by installing one or more packages before you can start automating Excel.

    While Microsoft Excel is recommended for getting the most out of this course, you can use other spreadsheet tools for viewing your work. For example, most of the spreadsheets you create will work in LibreOffice and Apple Numbers.

    You will need OpenPyXL for most of the examples in this course.

    You can install OpenPyXL using pip, like this:

    python -m pip install openpyxl

Requirements

  • Basic Python programming experience

Description

In Automating Excel with Python: Processing Spreadsheets with OpenPyXL, you will learn how to use Python to create, edit, or read Microsoft Excel documents using OpenPyXL. This course is based on the book, Automating Excel with Python by Michael Driscoll.

Python is a versatile programming language. You can use Python to read, write and edit Microsoft Excel documents. You can use several different Python packages, but this course will focus on OpenPyXL.

The OpenPyXL package allows you to work with Microsoft Excel files on Windows, Mac, and Linux, even if Excel isn't installed.

In this course, you will learn about the following:

  • Opening and Saving Workbooks

  • Reading Cells and Sheets

  • Creating a Spreadsheet (adding / deleting rows and sheets, merging cells, folding, freeze panes)

  • Cell Styling (font, alignment, side, border, images)

  • Conditional Formatting

  • Charts

  • Comments

  • and more!

After completing this course, you will be proficient in using Python to automate Microsoft Excel. This will make you more productive and valuable at your job. You can use the knowledge in this course to speed up your work day!

Python is a great language for enhancing your daily work, whether you are an experienced developer or a beginner!

Start learning how to work with Excel today!

Who this course is for:

  • Beginner Python programmers or people who want to automate their office work