QtXlsxWriter
QtXlsxWriter copied to clipboard
lost the DiagonalBorder when using Saveas()
this is the code:
QXlsx::Document xlsx("month.xlsx");
xlsx.saveAs("Test.xlsx");
There are some DiagonalBorder cells int all sheet of month.xlsx,but the diagonal lost in Test.xlsx. Is this a bug?or i code the wrong way? @dbzhang800
原来张兄在北京啊。。。那就不用英语了。。 这个问题就是:我用一个现成的xlsx初始化,然后不做任何操作直接另存为,结果在新的文件中,所有的单元格内的对角线都消失了,我不知道这是什么问题,请张兄赐教!!