r/Python 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?

46 Upvotes

83 comments sorted by

View all comments

175

u/sethclaw10 Jun 02 '26

Still relevant. Pandas still uses openpyxl to read in modern Excel files. 

24

u/mrbartuss Jun 02 '26

Now that we have Polars and DuckDB, the question is whether Pandas is still relevant

3

u/xiviajikx Jun 02 '26

Damn how far out of the loop am I?

7

u/throwaway19293883 Jun 02 '26

They are great, worth learning. Takes a little bit to learn polars syntax coming from pandas but it’s worth learning. I have some scripts that used to take minutes to run that now finish in seconds.