xlwt set style making error: More than 4094 XFs (styles)

使用Xlwt,當內容過多時,會報錯:More than 4094 XFs (styles)io

解決方法:方法

wb = xlwt.Workbook(style_compression=2)co

使用style_compression=2,能夠解決問題。

相關文章
相關標籤/搜索