QXlsx icon indicating copy to clipboard operation
QXlsx copied to clipboard

Set the column width in the code to open the displayed column width different

Open fwren opened this issue 1 year ago • 0 comments

I use

QXlsx::Document document;
document.setColumnWidth(1, 100);

in the code

But the width displayed in the file is around 700, is this coincidence?

fwren avatar Apr 28 '24 06:04 fwren