如何使用xlrd从Pythondate转换为Exceldate(属性xlrd.xldate_from_date_tuple不存在)

如何使用xlrd模块从Pythondate转换为Exceldate? 如何将python datetime.datetime转换为excel序列date编号表示“手动”解决scheme,不知是否是最好的方法。

Xlrd文件build议使用xlrd.xldate_from_date_tuple

 >>> import xlrd >>> xlrd.xldate_from_date_tuple Traceback (most recent call last): File "<stdin>", line 1, in <module> AttributeError: 'module' object has no attribute 'xldate_from_date_tuple' 

你能帮忙吗? 谢谢。

使用xlrd.xldate.xldate_from_date_tuple