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
Hi,
I get this exception using XlsExporter render function with openpyxl 3.1.2 :
File "/home/vincent/.local/share/virtualenvs/endi/lib/python3.9/site-packages/sqla_inspect/excel.py", line 136, in render
return self.save_book(f_buf)
File "/home/vincent/.local/share/virtualenvs/endi/lib/python3.9/site-packages/sqla_inspect/excel.py", line 80, in save_book
f_buf.write(openpyxl.writer.excel.save_virtual_workbook(self.book))
AttributeError: module 'openpyxl.writer.excel' has no attribute 'save_virtual_workbook'
Hi,
I get this exception using XlsExporter render function with openpyxl 3.1.2 :
It worked previously with openpyxl==3.0.7
I have found this stackoverflow issue.
The text was updated successfully, but these errors were encountered: