如何使用xlrd模块从Python日期转换为Excel日期? How to convert a python datetime.datetime to excel serial date number建议使用“手动”解决方案,我想知道这是否是最佳方式。
Xlrd document建议使用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'
你可以帮忙吗?感谢。
答案 0 :(得分:2)
使用xlrd.xldate.xldate_from_date_tuple