问答详情
源自:3-8 写入格式化

请问出现AttributeError:'XFStyle' object has no attribute 'height'怎么处理

按照视频里面的方法写入Excel,但是在设置格式运行后出现 AttributeError:'XFStyle' object has no attribute 'height'

求解


http://img.mukewang.com/5f08118a00015cc308870202.jpghttp://img4.mukewang.com/5f0811db0001cdde02900307.jpg

提问者:qq_慕村3074328 2020-07-10 15:01

个回答

  • 离岛
    2020-07-10 16:02:29
    已采纳

    拼写错误,修改为

    titlestyle.font=titlefont

  • qq_慕村3074328
    2020-07-10 16:55:00

    好的,发现了,感谢!