Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Automate Excel Using Python
Rating: 4.3 out of 5(12 ratings)
114 students

Automate Excel Using Python

Learn Excel automation using python programming.
Created bySujith Reddy
Last updated 1/2025
English

What you'll learn

  • At the end of the course you will learn how to automate excel using python openpyxl library.
  • You no need to have any coding experience to start this course. Everything from the basics we have explained.
  • Just we are required to spend your time and maintain the schedule to prepare.
  • We will be adding more examples to the course.

Course content

15 sections58 lectures4h 24m total length
  • Introduction1:39

    Automate Excel using Python teaches beginners to create workbooks and worksheets, apply read/write operations, styling, formulas, and charts, and extract data from text and multiple sheets into one worksheet.

Requirements

  • Computer or Laptop - Windows or Mac. Setup and installation instructions clearly explained along with with python basics.
  • Excel Application should be installed in your PC.

Description

In this course you're going to learn how to automate excel using python.

Coding snippets we have uploaded at the respective video lecture itself.


Below are the topics we are going to cover in this course.

Section-1

  1. Course Introduction

Section-2

Configuration softwares

1. List of softwares required for configuration

  1. Python Installation

  2. Openpyxl : Python Package installation

  3. Pycharm IDE (IDE for writing the code)

  4. Excel

Section-3

Python Basics


  1. Introduction to Python

  2. Variables

  3. Data Types

  4. Type Casting

  5. Operators

  6. String Data Type

  7. List

  8. Tuple

  9. Dictionary

  10. Sets Concepts

  11. Conditional Statements ( if , if else , if elif else etc)

  12. While Loop

  13. For Loop

  14. Different types of functions

  15. Lambda Expressions

  16. Packages and Modules

  17. OOPS - Classes and Objects

  18. Inheritance

  19. Super keyword

  20. Data Hiding

  21. Python Decorators

Section-4

  1. Overview on Workbook and Worksheet

  • Create Workbook and Worksheet

  • Overview on Worksheet


  1. Write Operations

  • Write the data in cells

  • Write the data in Multiple cells


  1. Read Operations

  • Read the data from the Excel file.

  • Read the data row wise.

  • Access excel file in Read only mode.


  1. Comments in Excel sheet.

  • Add the comments to the cell.


  1. Add Styles to Excel sheet data.

  • Part 1: Styles to the text data in Excel sheet : Bold , Italic , Underline , strike the text, Font color , Font size etc.

  • Part 2 : Named Styles.

  • Border styles

  • Pattern Styles

  • Merge and Unmerge the cells


  1. Add image to excel file.

  2. Add Formulas

  • Add Formulas to the cell

  • Copy Formula to other cells


  1. Filter Operations.


  1. Charts

  • Create Pie Charts

  • Create 3D Pie Charts

  • Change Title and Colors for Pie Chart.

  • Create Bar Chart

  • Create 3D Bar Chart


  1. Manipulating Worksheet

  • Deleting Rows and Columns

  • Inserting Rows and Columns


  1. Data iterating

  • Iterating Data of Columns and Rows.

  • Find data with the last column and row in the excel sheet.


  1. Read and Write Operations from different files.

  • Copy Data from one sheet to another sheet.

  • Read and write data from text file to excel sheet.

  • Read data from multiple sheets to a single worksheet.


Who this course is for:

  • People who willing to Automate Excels using python