You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered: