- https://github.com/staale/py-xlsx last updated 9 years ago - https://github.com/leegao/pyXLSX last updated 14 years ago It makes me a bit nervous to use something so old with modern pythons. When I searched for python xlsx, I got: - [openpyxl](https://pypi.org/project/openpyxl/) - last updated 2023 - [pandas.read_excel](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.read_excel.html) - seems heavyweight - [pyexcel](https://github.com/pyexcel/pyexcel) - last updated 9 months ago, but not passing its tests - [a whole page of alternatives](https://www.excelpython.org/) It's a confusing world out there, I'm not sure what the best alternative is.