"Working with Excel in Python": new article online!

Hi everybody! A new article is online :smiley:

In this tutorial, we’ll explore working with Excel spreadsheets in Python, using the openpyxl library and other tools. In particular, we’ll learn how to:

  • Process Excel files as input, with various methods to access the data in them;
  • Evaluate formulas;
  • Write Excel files as output.

If you want to read more, click here.

Enjoy the reading! :wink: