I have an odd error raised in a script.
XLDateAmbiguous: 15.0
I have tried formatting the date as such:
sOutput += datetime.datetime(*xlrd.xldate_as_tuple(value, workbook.datemode)).strftime(sDateTimeFormat)
but i am still recieving the same error, any help in any way is very greatly appreciated.