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

Migrate from openpyxl to pyexcel for imports/exports #1086

Open
1 task
weibullguy opened this issue Jun 11, 2022 · 1 comment
Open
1 task

Migrate from openpyxl to pyexcel for imports/exports #1086

weibullguy opened this issue Jun 11, 2022 · 1 comment
Labels
dobranch Create issue branch when issue is assigned. priority: low Issue or PR is low priority. status: backlog Issue or PR is open, unmilestoned, and unassigned. type: refactor Issue or PR dealing with refactoring of RAMSTK code.
Milestone

Comments

@weibullguy
Copy link
Collaborator

Describe the chore that needs to be addressed.
Change from the openpyxl to the pyexcel library for import/export. The pyexcel library provides more file format options by default and has plugins for the *.ods format.

dobranch
priority: low
type: refactor

  • This issue subsumes the following issues:
@github-actions github-actions bot added dobranch Create issue branch when issue is assigned. priority: low Issue or PR is low priority. type: refactor Issue or PR dealing with refactoring of RAMSTK code. status: backlog Issue or PR is open, unmilestoned, and unassigned. labels Jun 11, 2022
@weibullguy
Copy link
Collaborator Author

Will also eliminate the pandas "FutureWarning: As the xlwt package is no longer maintained, the xlwt engine will be removed in a future version of pandas. This is the only engine in pandas that supports writing in the xls format. Install openpyxl and write to an xlsx file instead. You can set the option io.excel.xls.writer to 'xlwt' to silence this warning. While this option is deprecated and will also raise a warning, it can be globally set and the warning suppressed."

@weibullguy weibullguy added this to the v1.0.0 milestone Jun 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dobranch Create issue branch when issue is assigned. priority: low Issue or PR is low priority. status: backlog Issue or PR is open, unmilestoned, and unassigned. type: refactor Issue or PR dealing with refactoring of RAMSTK code.
Projects
None yet
Development

No branches or pull requests

1 participant