Skip to content

Timedelta must be real number #1991

@ghost

Description

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.

view(df)
timedelta must be real number

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Done

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions