Articles by George Mount

How to automatically adjust Excel column widths in openpyxl

May 22, 2023 | George Mount

Excel’s popularity stems from its user-friendly data formatting and presentation capabilities. Take, for example, the nuisance of narrow columns. Resolving this issue in Excel is as simple as selecting the affected columns and double-clicking on any one of them: Python does present unique strengths to Excel, but visual formatting ...
[...Read more...]

How to visualize data in Excel with openpyxl

May 16, 2023 | George Mount

In a previous post, I discussed Python’s role in the modern Excel stack. Another advantage of using Python with Excel is the wealth of data visualization options available. When working with Excel data visualizations using Python, you have two options: automating the production of an Excel chart entirely from ... [...Read more...]

What is the role of Python in modern Excel?

February 21, 2023 | George Mount

Between Power Query and Power Pivot alone, “modern” Excel boasts so many features that it’s impossible to learn them all. Add to that Office Scripts, Power BI, LAMBDA() and more and it’s easy to get overwhelmed. One “Excel-adjacent” tool that can be particularly intimidating for prospective learners is ...
[...Read more...]

How to install the xlwings add-in for Excel

January 24, 2023 | George Mount

Many packages exist for working with Python and Excel, but xlwings may be the most powerful all-around due to its many reading and writing features. This versatility, however, comes at the cost of being relatively more difficult to set up. For example, one of the most useful features of xlwings ...
[...Read more...]
1 3 4 5 6 7 11