In this step-by-step tutorial, you’ll learn how to handle spreadsheets in Python using the openpyxl package. You’ll learn how to manipulate Excel spreadsheets, extract information from spreadsheets, create simple or more complex spreadsheets, including adding styles, charts, and so on.

Source: A Guide to Excel Spreadsheets in Python With openpyxl – Real Python