You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I agree (unlike back then: #492) but I think the best default behavior would just be to write it out as string instead of converting it to seconds/hours/day
I have a df where 1 column is a timedelta.
On the latest version of xlwings, on Windows 10, Python 3.8.10 when trying to view the df, I'm getting the error below.
But if I do
df.to_excel(...)
Excel is capable of reading a timedelta as a float which I can then manually format within Excel.The text was updated successfully, but these errors were encountered: