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