Fixing Python xlsxwriter That Writes Datetime Values as Float Serial Numbers
Writing datetime objects with xlsxwriter and getting ugly floats like 45123.708333 instead of a readable date? Here's why it happens, what the format object actually does, and how to fix it for good.