We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffad8c0 commit 577674fCopy full SHA for 577674f
QXlsx/header/xlsxworksheet_p.h
@@ -57,7 +57,7 @@ struct XlsxSheetFormatProps
57
{
58
XlsxSheetFormatProps(int baseColWidth = 8,
59
bool customHeight = false,
60
- double defaultColWidth = 0.0,
+ double defaultColWidth = 8.43, // https://learn.microsoft.com/en-us/office/troubleshoot/excel/determine-column-widths
61
double defaultRowHeight = 15,
62
quint8 outlineLevelCol = 0,
63
quint8 outlineLevelRow = 0,
0 commit comments