我试图在使用Python和xlwt在Excel中更改列的值时添加分页符.
有谁知道如何做到这一点?
我找到了一个例子,但他们并没有真正说出他们的代码是否有效,而且他们没有说出数字在元组中的含义:
ws.horz_page_breaks = [(54, 0, 255), (108, 0, 255)]
python excel xlwt
excel ×1
python ×1
xlwt ×1