Python Forum
Selecting correct xlrd version
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Selecting correct xlrd version
#1
Our system is using Python 2 and xlrd 0.8 version. We are planning to upgrade to Python 3.
Then looking at xlrd 0.8 version, it is very much dependent on Python 2.
As our system support both versions of excel format, .xlsx and .xls, we can't use xlrd latest version.

I want to know, what is the most suitable xlrd version which support Python 3 and all of the features of xlrd 0.8.
Reply
#2
Quote:Warning

This library will no longer read anything other than .xls files. For alternatives that read newer file formats, please see http://www.python-excel.org/.

Sure you want xlrd?

Why not try openpyxl?
Reply
#3
Yes I have to stick to xlrd at the moment and this older version (.8) support xlsx format.
Reply
#4
Version 1.2.0 may be your best option.
This version is compatible with Python 3 and retains support for both formats(.xlsx and .xls),
making it the closest match to the xlrd 0.8 features with Python 3 support.
pip install xlrd==1.2.0
Reply
#5
This is the extract answer that i am expecting.
Thanks a lot.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Does "import xlrd" work in Thonny? cnutakor 3 3,022 Apr-30-2020, 12:41 AM
Last Post: Larz60+
  Issues installing xlrd KipCarter 2 2,852 Jan-24-2020, 12:20 PM
Last Post: KipCarter
  XLRD Package not be able to call dhiliptcs 2 2,306 Sep-24-2019, 05:21 PM
Last Post: dhiliptcs
  ImportError: No module named xlrd dhiliptcs 5 17,503 Sep-21-2019, 12:17 PM
Last Post: brighteningeyes
  Does XLRD have a method to extract embedded objects (pdf) from an excel sheet? matthewme 1 2,513 Jun-13-2019, 10:00 PM
Last Post: Larz60+
  Help | float to Int in xlrd Vinci141 0 3,019 May-13-2019, 07:00 AM
Last Post: Vinci141
  How to obtain the background color of a cell using xlrd? Krszt 1 12,495 Mar-12-2019, 11:23 PM
Last Post: hshivaraj
  Iterate over excel-sheets using xlrd tobbs 6 12,433 Feb-28-2019, 08:33 PM
Last Post: tobbs
  pip install xlrd error sandy 3 12,681 Jan-19-2019, 08:01 AM
Last Post: hbknjr
  numpynot associted with correct python version ErnestTBass 17 6,376 Jan-16-2019, 02:47 PM
Last Post: ErnestTBass

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020