xlrdモジュールを使用してPythonの日付からExcelの日付に変換するには? Pythonのdatetime.datetimeをExcelのシリアル日付番号に変換する方法は、「手動」の解決策を示唆していますが、それが最善の方法であるかどうか疑問に思います。
Xlrdドキュメントは使用を提案しています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'
手伝ってくれる?ありがとう。