The Python Papers

The Python Papers

Share this post

The Python Papers
The Python Papers
Using Pandas to work with Excel
Copy link
Facebook
Email
Notes
More

Using Pandas to work with Excel

Mike Driscoll's avatar
Mike Driscoll
May 23, 2023
∙ Paid
7

Share this post

The Python Papers
The Python Papers
Using Pandas to work with Excel
Copy link
Facebook
Email
Notes
More
1
Share

OpenPyXL is not the only tool you can use to read and write Excel spreadsheets. One popular package used by the scientific Python community that can read and write Excel spreadsheets is Pandas.

If you look in the Pandas documentation, you will discover that it uses the following Python packages for reading and writing Excel though:

  • xlrd - Reading Excel

  • xlw…

Keep reading with a 7-day free trial

Subscribe to The Python Papers to keep reading this post and get 7 days of free access to the full post archives.

Already a paid subscriber? Sign in
© 2025 Mike Driscoll
Privacy ∙ Terms ∙ Collection notice
Start writingGet the app
Substack is the home for great culture

Share

Copy link
Facebook
Email
Notes
More