Closed alb3rto269 closed 1 year ago
drf_excel.renderers.XLSXRenderer uses openpyxl.writer.excel.save_virtual_workbook which has been deprecated in openpyxl 2.6 (2018) and was removed in openpyxl 3.1.0.
drf_excel.renderers.XLSXRenderer
openpyxl.writer.excel.save_virtual_workbook
The above causes that projects using this library fail with an import error.
I created https://github.com/wharton/drf-excel/pull/72 to solve this issue. If the proposed solution is not the accepted then It would be great to accept https://github.com/wharton/drf-excel/pull/71 in the meantime.
drf_excel.renderers.XLSXRenderer
usesopenpyxl.writer.excel.save_virtual_workbook
which has been deprecated in openpyxl 2.6 (2018) and was removed in openpyxl 3.1.0.The above causes that projects using this library fail with an import error.
I created https://github.com/wharton/drf-excel/pull/72 to solve this issue. If the proposed solution is not the accepted then It would be great to accept https://github.com/wharton/drf-excel/pull/71 in the meantime.