Python Forum

Full Version: Openpyxl - while saving excel file getting error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Vml = fromstring(self.workbook.vba.archive.read(ws.legacy_drawing))
AttributeError: 'Nonetype' object has no attribute 'read'


Getting this error when try to save data in xlsx file. Can anyone pls help or know what causes such error
Kindly let me know if any other info. Required
You need to show a working snippet of working code.
when posting errors, post entire unaltered error message. It contains valuable information leading up to the error.
All must be posted in BBCode tags.