Manual Process Automation:
Used the Python library Openpyxl to automate manual and repetitive formatting work required to be performed in Excel.
Due to constraints of an internal tool, after each line break in an Excel spreadsheet, spaces had to be entered manually; otherwise, things would look clumped together.
I automated this process using a basic Python loop and Openpyxl, whereby line breaks were detected and spaces added automatically.
The code closes with a double-space checking loop so that no double spaces are entered in the sheet.
As a lifelong tinkerer, these kinds of projects naturally come to me.
02 Mar 2026