Member-only story

Learn A-Z Excel Automation with Python

This article aims to provide learn how to automate your day-day MS excel tasks using Pandas and Openpyxl Python.

Rajan Sahu
4 min readMar 8, 2022

My article is for everyone! Non-members can click on this link and jump straight into the full text!!

Excel Automation

Table of contents

1. Introduction

2. Write data to excel spreadsheets using Openpyxl

3. How to write data to excel spreadsheets using Pandas

4. How to read data from excel spreadsheets using Openpyxl

5. How to read data from excel spreadsheets using Pandas

6. How to create multiple spreadsheets in excel

7. How to combin multiple excel spreadsheets into a single master excel-spreadsheet

8. How to plot a bar graph in excel.

9. How to plot a pie graph

10. Sample Project 1

11. Sample Project 2

12. Reference

Introduction

The article aims to showcase task-automation in Microsoft Excel.
One might want to automate tasks in excel due to a plethora of reasons, of which the following are only two examples:

--

--

Rajan Sahu
Rajan Sahu

Written by Rajan Sahu

Backend and Data Engineer by Day; Teacher, Friend and Content-Writer by night.

Responses (3)