OpenPyXL - Using Python to Automate Spreadsheets
Part 1
Oct 22, 20224 min read138

Search for a command to run...
Series
This series is about using Python and the OpenPyXL package to automate handling Excel spreadsheets. Including styling, adding charts and adding formulas.
Part 1

Part 2

The best way to learn anything is to actually try it. Let's see how OpenPyXL works and style a spreadsheet. The Dataset I've chosen is a CSV of Countries of the World (kaggle.com). For this post I'm assuming you have a working knowledge of Python and...
