Skip to content

Conversation

asishm
Copy link
Member

@asishm asishm commented Jul 5, 2024

From #58831 (comment)

Changing odswriter references to odfpy

from pandas.io.excel._util import get_writer
get_writer('odswriter') # fails with ValueError: No Excel writer 'odswriter'
get_writer('odf') # works returning pandas.io.excel._odswriter.ODSWriter

That said, the library doesn't seem to be maintained. Maybe we should consider deprecating.

@asishm asishm requested a review from rhshadrach as a code owner July 5, 2024 09:23
@mroeschke mroeschke added Docs IO Excel read_excel, to_excel labels Jul 5, 2024
@mroeschke mroeschke added this to the 3.0 milestone Jul 5, 2024
@mroeschke mroeschke merged commit e3af7c6 into pandas-dev:main Jul 5, 2024
@mroeschke
Copy link
Member

Thanks @asishm

That said, the library doesn't seem to be maintained. Maybe we should consider deprecating.

I would be +1 for that

@asishm asishm deleted the excel_odf_doc branch July 6, 2024 00:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Docs IO Excel read_excel, to_excel

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants