請問出現(xiàn)AttributeError:'XFStyle' object has no attribute 'height'怎么處理
按照視頻里面的方法寫入Excel,但是在設(shè)置格式運(yùn)行后出現(xiàn) AttributeError:'XFStyle' object has no attribute 'height'
求解
按照視頻里面的方法寫入Excel,但是在設(shè)置格式運(yùn)行后出現(xiàn) AttributeError:'XFStyle' object has no attribute 'height'
求解
2020-07-10
舉報
2020-07-10
拼寫錯誤,修改為
titlestyle.font=titlefont
2020-07-10
好的,發(fā)現(xiàn)了,感謝!