QXlsx
QXlsx copied to clipboard
Set the column width in the code to open the displayed column width different
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?