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.
The docs are very clear about when this is raised.
It will happen if the
workbook.datemode == 0and1.0 <= value < 61.0