Overview
Learn how to automate Excel using Python in this comprehensive 38-minute tutorial. Master the OpenPyXL library to create workbooks, access individual cells, and stylize content. Explore essential topics including loading existing workbooks, accessing worksheets, manipulating cell values, saving workbooks, and creating new sheets. Dive into advanced techniques such as appending rows, accessing multiple cells, merging cells, inserting and deleting rows and columns, and copying and moving cells. Conclude with a practical example that demonstrates formulas and cell styling, equipping you with the skills to efficiently automate Excel tasks using Python.
Syllabus
| Introduction
| Installing openpyxl
| Testing Installation
| Loading an Existing Workbook
| Accessing Worksheets
| Accessing Cell Values
| Saving Workbooks
| Creating, Listing and Changing Sheets
| Creating a New Workbook
| Adding/Appending Rows
| Accessing Multiple Cells
| Merging Cells
| Inserting and Deleting Rows
| Inserting and Deleting Columns
| Copying and Moving Cells
| Practical Example, Formulas & Cell Styling
Taught by
Tech With Tim