Dear friends,
I had an application that was working just fine. Today I saw this error message:
‘XlsxWriter’ object has no attribute ‘save’
I think may they realease a new version and save attribute is deprecated. How can I solve this issue?
Dear friends,
I had an application that was working just fine. Today I saw this error message:
‘XlsxWriter’ object has no attribute ‘save’
I think may they realease a new version and save attribute is deprecated. How can I solve this issue?
I find the solution. It is enough to substitute .save() with .close()
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.