Search code examples
pythonexceltypesxlsxlrd

Python Excel parsing data with xlrd


Fairly simple; I've got the data I want out of the excel file, but can't seem to find anything inside the XLRD readme that explains how to go from this:

xldate:40397.007905092592
number:10000.0
text:u'No'
number:0.1203
number:0.096000000000000002
number:0.126

to their respective python datatypes. Any ideas?


Solution

  • did you tried the documentation help --> date_function