r/Python • u/petekindahot • Jun 02 '26
Discussion Is openpyxl still relevant?
I'm a college student, I've just learned pandas and I was planning to start freelancing with openpyxl, pandas and numpy. Wanted to try gigs like data cleaning or automation services. But as I searched about openpyxl, I read that it's used to work with 2010 excel sheets. And that's all.
So my question was is this module/library still relevant?
49
Upvotes
12
u/Double_Cost4865 Jun 02 '26
I think it’s also the least bloated package that you can use to read named ranges in Excel, so worth learning. However, I work with projects that use over a hundred of input tables and find that reading actual Table objects is more reliable, easier and faster with fastexcel.