How to merge multiple Excel files in Python
In this tutorial, we’ll learn how to merge multiple Excel files in Python. The “merge” operation refers to combining files[…]
Read moreUse Python to automate office tasks
We provide a series of tutorials on how to automate office tasks such as data manipulation in Excel, sending Outlook emails, or creating Word documents.
In this tutorial, we’ll learn how to merge multiple Excel files in Python. The “merge” operation refers to combining files[…]
Read moreNot everyone checks email regularly so we are also going to use Python to send Whatsapp messages to ourselves when[…]
Read moreThe Python xlsxwriter library is capable of creating all sorts of conditional formatting for our Excel file. Let’s take a[…]
Read moreBuilding upon our previous file, we’ll use Python xlsxwriter library to beautify our boring-looking Excel spreadsheet by adding formatting, sparkline,[…]
Read moreXlsxwriter is a powerful library that can recreate most of the features of Excel, including formula, link, and named range.[…]
Read moreIn this tutorial, we’ll use Python to create a high-fidelity Excel spreadsheet. “High-fidelity” means that the Python-generated Excel spreadsheet will[…]
Read moreToday we’ll talk about how to connect and work with the SQLite database using Python. In case you have never[…]
Read moreExcel LOOKUP formulas are probably one of the most used formulas (at least for me). So today we’ll replicate the[…]
Read moreWe briefly talked about how to create a graph in Python using web data, but it’s not so useful if[…]
Read moreToday we’ll learn how to replicate a common Excel task – find and replace data in Python. This tutorial is[…]
Read more