Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MRG] Fix build-in CLI extraction to Excel #373

Merged
merged 1 commit into from
May 23, 2023

Commits on May 17, 2023

  1. Fix build-in CLI extraction to Excel

    The calls to the Pandas Excel writer where no longer compatible with recent
    versions.
    * The to_excel() method does not have an "encoding" keyword argument.
    * The method to save to file is now called "close" instead of "save".
    ipa-bak committed May 17, 2023
    Configuration menu
    Copy the full SHA
    725497c View commit details
    Browse the repository at this point in the history