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

openpyxl upgrade causes error in BDM template downloads #10614

Closed
chiatt opened this issue Feb 16, 2024 · 0 comments · Fixed by #10675
Closed

openpyxl upgrade causes error in BDM template downloads #10614

chiatt opened this issue Feb 16, 2024 · 0 comments · Fixed by #10675
Labels
Type: Bug Something isn't working

Comments

@chiatt
Copy link
Member

chiatt commented Feb 16, 2024

An error occurs when downloading branch excel and tile excel templates because openpyxl doesn't have a save_virtual_workbook method. This method was removed in openpyxl 3.1, which is the version we are using in Arches 7.6 (Arches 7.5 is still on openpyxl 3.0). It looks like the workaround is just to use a temporary file:

https://stackoverflow.com/a/75326043

@chiatt chiatt added the Type: Bug Something isn't working label Feb 16, 2024
@njkim njkim mentioned this issue Mar 12, 2024
6 tasks
@chiatt chiatt linked a pull request Mar 13, 2024 that will close this issue
6 tasks
@chiatt chiatt closed this as completed Mar 13, 2024
@rayondemiel rayondemiel mentioned this issue Mar 29, 2024
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant