Skip to content

🐛 xlsxwriter: datetime_to_excel_datetime import fails #11

@ollyhensby

Description

@ollyhensby

Issue

Import fails due to datetime_to_excel_datetime function in xlsxwriter.utility:

from xlsxwriter.utility import datetime_to_excel_datetime, xl_rowcol_to_cell

This is because in release 3.2.1 they changed it to a private function i.e. _datetime_to_excel_datetime
https://github.com/jmcnamara/XlsxWriter/blob/6abc6b49a8fe25954fb8e61f74ea16a76c467b6b/xlsxwriter/utility.py#L908-L959

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions