Top "Xlrd" questions

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

Python Excel date/time read in issue

I am trying to read dates/time off an excel sheet using Python, but I only want to read in …

python excel datetime xlrd xlwt
Python Excel (xlrd, xlwt) - How to copy a style from one cell and put it on another

Specifically I'm trying to open an existing workbook, and write some data to it. However whenever I write the data …

python excel xlwt xlrd xlutils
Cannot find python xlrd version

I have been using xlrd within python. However, xlrddoes not seem to provide a standard way to find its version …

python excel version packages xlrd
Deleting Entire blank row in an existing Excel Sheet using Python

How to remove the entire blank row from the existing Excel Sheet using Python? I need a solution which DOES …

python-2.7 xlrd xlwt xlutils
Python: open existing Excel file and count rows in sheet

I have an existing Excel file. I want to load that one and get the count of rows in this …

python excel count rows xlrd
editing existing excel workbook using xlrd, xlwt and xlutils

How to edit and save the data in an existing excel workbook using xlrd, xlwt and xlutils module? could someone …

python excel xlrd xlwt xlutils
How to load in Python an xlsx that originally had .xls file extension?

I'm using xlrd to process .xls files, and openpyxl to process .xlsx files, and this is working well. Then I'm …

python python-2.7 excel-2010 xlrd openpyxl
Using XLRD module and Python to determine cell font style (italics or not)

I'm trying to parse data in an excel spreadsheet using XLRD to determine which cell values are italicized. This information …

python xlrd
How to check if valid excel file in python xlrd library

Is there any way with xlrd library to check if the file you use is a valid excel file? I …

python excel xlrd