Skip to content

Commit 577674f

Browse files
committed
change default column width to 8.43
1 parent ffad8c0 commit 577674f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

QXlsx/header/xlsxworksheet_p.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ struct XlsxSheetFormatProps
5757
{
5858
XlsxSheetFormatProps(int baseColWidth = 8,
5959
bool customHeight = false,
60-
double defaultColWidth = 0.0,
60+
double defaultColWidth = 8.43, // https://learn.microsoft.com/en-us/office/troubleshoot/excel/determine-column-widths
6161
double defaultRowHeight = 15,
6262
quint8 outlineLevelCol = 0,
6363
quint8 outlineLevelRow = 0,

0 commit comments

Comments
 (0)