Top "Xlrd" questions

xlrd is a python library to extract data from Microsoft Excel spreadsheet files

XLRD/Python: Reading Excel file into dict with for-loops

I'm looking to read in an Excel workbook with 15 fields and about 2000 rows, and convert each row to a dictionary …

python excel dictionary xlrd
error: could not create '/Library/Python/2.7/site-packages/xlrd': Permission denied

I'm trying to install xlrd on mac 10.8.4 to be able to read excel files through python. I have followed the …

python installation xlrd
Error: Unsupported format, or corrupt file: Expected BOF record

I am trying to open a xlsx file and just print the contents of it. I keep running into this …

python excel csv xlrd
Insert row into Excel spreadsheet using openpyxl in Python

I'm looking for the best approach for inserting a row into a spreadsheet using openpyxl. Effectively, I have a spreadsheet (…

python excel xlrd xlwt openpyxl
Compare 2 excel files using Python

I have two xlsx files as follows: value1 value2 value3 0.456 3.456 0.4325436 6.24654 0.235435 6.376546 4.26545 4.264543 7.2564523 and value1 value2 value3 0.456 3.456 0.4325436 6.24654 0.23546 6.376546 4.26545 4.264543 7.2564523 I need to compare all cells, …

python excel pandas compare xlrd
xlrd import issue with Python 2.7

I have an assignment to read excel data in Python. I have Python 2.7 installed. I tried installing xlrd0.8.0 with the …

python python-2.7 xlrd
how to open xlsx file with python 3

I have an xlsx file with 1 sheet. I am trying to open it using python 3 (xlrd lib), but I get …

python-3.x xlsx xlrd
Opening and reading an excel .xlsx file in python

I'm trying to open an excel .xlsx file with python but am unable to find a way to do it, …

python excel python-2.7 pandas xlrd
Convert date from excel in number format to date format python

I am reading data from excel and manipulating the data using python. But dates are coming as integers. How can …

python excel datetime xlrd
Python xlrd read as string

I'm having difficulties in reading a particular cell value from Excel in xlrd. Whatever value I'm reading (date value) is …

python xlrd