Top "Xlrd" questions

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

Python Excel template read and re-write, maintaining formulae and formatting

I've run the gamut and can't seem to find what I'm looking for. All threads I found here end up …

python excel xlrd xlwt xlutils
Reading excel files with xlrd

I'm having problems reading .xls files written by a Perl script which I have no control over. The files contain …

python excel xlrd
How do I read an Excel file into Python using xlrd? Can it read newer Office formats?

My issue is below but would be interested comments from anyone with experience with xlrd. I just found xlrd and …

python xlrd import-from-excel
Django and xlrd, reading from memory

My plan is to let a user to upload an excel file, once uploaded I will be displaying editable form …

django excel xlrd
In python removing rows from a excel file using xlrd, xlwt, and xlutils

Hello everyone and thank you in advance. I have a python script where I am opening a template excel file, …

python xls xlrd xlwt xlutils
How to add "existing" worksheet to a workbook using xlrd, xlwt and xlutils

If I understand correctly, a Workbook's add_sheet method creates a new worksheet (and adds it to the workbook). I …

python excel xlrd xlwt
Converting xls to csv in Python 3 using xlrd

I'm using Python 3.3 with xlrd and csv modules to convert an xls file to csv. This is my code: import …

python csv python-3.x xlrd
Python: xlrd discerning dates from floats

I wanted to import a file containing text, numbers and dates using xlrd on Python. I tried something like: if "/" …

python excel date types xlrd
xlrd read number as string

I am trying to read from an xls file a long number (6425871003976) but python keeps trunking it before it reads …

python xlrd
Python xlrd: suppress warning messages

I am using xlrd to process Excel files. I am running a script on a folder that contains many files, …

python xlrd