Python and Excel Programming With OpenPyXL

Python and Excel Programming With OpenPyXL

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 1.5 Hours | 1.88 GB

Use OpenPyXL To Connect Python And Excel – Unlock The Power Of Python Programming and Excel Spreadsheets

In this course you’ll learn how to use the OpenPyXL Library for Python to connect your Python programs to Excel and vice versa.

Using OpenPyXL, you can use Python to do all sorts of cool things in Excel; from creating spreadsheets from your code, to updating existing spreadsheets. You’ll be able to load data from a spreadsheet into your python program and do anything you want with it, and then save it back to the spreadsheet.

We’ll learn how to style spreadsheets using Python, and also how to make basic charts and graphs in a spreadsheet using Python.

You’ll learn…

  • Install Python
  • Install Sublime Text and Git Bash Terminal
  • Set up a Virtual Environment
  • Install OpenPyXL
  • Create a First Python Program
  • Load an Excel Spreadsheet Workbook into a Python Program
  • Grab a Spreadsheet Cell Programatically
  • Grab whole Columns and Rows from a Spreadsheet with Python
  • Change the Data in your Spreadsheet using Python
  • Save Changed Spreadsheets from your Python Program
  • How to Loop Though A Spreadsheet programatically with Python
  • Learn How To Create an Excel Spreadsheet from scratch with Python
  • Use Excel Formulas in your Python Code
  • Change The Font color, size, boldness, italics and more With Python
  • Add Borders to Cells in your Spreadsheet with Python
  • Create Pie Charts With Python
  • Create Bar Charts With Python
  • Create Line Charts With Python
  • and More!

At the end of this course you’ll be able to use Python to do all sorts of fun things with Spreadsheets, all from your python programs!

Table of Contents

Set Up Development Environment
1 Introduction
2 First Things First How To Get Support Fast
3 Install Python
4 Install Sublime Text Editor and Git Bash Terminal
5 Create a Virtual Environment
6 Install OpenPyXL

Using Excel SpreadSheets With Python Using OpenPyXL
7 Create First Python Program
8 Grab A Cell From A Spreadsheet
9 Grab a Column Or Row From A Spreadsheet
10 Grab Ranges of Cells
11 Iterate Thru Rows of a Spreadsheet
12 Iterate Thru Columns of a Spreadsheet
13 Change Cells and Save Spreadsheet
14 Add Cells To A Spreadsheet (Second Method)
15 Loop Thru a Spreadsheet and Add Names
16 Create A Spreadsheet Workbook
17 Add Data To New Spreadsheet Workbook
18 Use Excel Formulas With Python
19 Change Cell Font Size Color Boldness Italics
20 Add Borders To Cells in a Spreadsheet

Creating Charts And Graphs With Python
21 Create a Pie Chart In A Spreadsheet With Python
22 Create a Bar Chart In A Spreadsheet With Python
23 Create a Line Chart In A Spreadsheet With Python

Conclusion
24 Bonus Lecture