Closed aescolan closed 10 months ago
I'm working with Python 3.9.12 and xlsxwriter 3.0.3
I have the following program that works perfectly, but when I add sheet.autofit() it tells me: AttributeError: 'Worksheet' object has no attribute 'autofit'.
What can happen?
The autofit() method was added in v3.0.6. Try upgrade to the latest version (v3.0.9) and it should work.
autofit()
Question
I'm working with Python 3.9.12 and xlsxwriter 3.0.3
I have the following program that works perfectly, but when I add sheet.autofit() it tells me: AttributeError: 'Worksheet' object has no attribute 'autofit'.
What can happen?