'worksheet' Object Has No Attribute 'max_col'
I have used the max_col attribute numerous times in other projects, but keep getting the error 'Worksheet' object has no attribute 'max_col' I'm especially confused because I use m
Solution 1:
The attribute is max_column
not max_col
(official documentation)
Post a Comment for "'worksheet' Object Has No Attribute 'max_col'"