如何使用xlrd从Python日期转换为Excel日期(属性xlrd.xldate_from_date_tuple不存在)

时间:2013-01-24 10:15:55

标签: python excel date xlrd

如何使用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'
你可以帮忙吗?感谢。

1 个答案:

答案 0 :(得分:2)

使用xlrd.xldate.xldate_from_date_tuple