How can I convert an Excel date (in a number format) to a proper date in Python?
You can use xlrd.
From its documentation, you can read that dates are always stored as numbers; however, you can use xldate_as_tuple to convert it to a python date.
xldate_as_tuple
Note: the version on the PyPI seems more up-to-date than the one available on xlrd's website.
1.4m articles
1.4m replys
5 comments
57.0k users