From 577674fd8303f18f0a24db0da14e2417298b639c Mon Sep 17 00:00:00 2001 From: Jay Two Date: Mon, 16 Jan 2023 22:20:40 +0900 Subject: [PATCH] change default column width to 8.43 --- QXlsx/header/xlsxworksheet_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QXlsx/header/xlsxworksheet_p.h b/QXlsx/header/xlsxworksheet_p.h index 2241e06..ae7d3af 100644 --- a/QXlsx/header/xlsxworksheet_p.h +++ b/QXlsx/header/xlsxworksheet_p.h @@ -57,7 +57,7 @@ struct XlsxSheetFormatProps { XlsxSheetFormatProps(int baseColWidth = 8, bool customHeight = false, - double defaultColWidth = 0.0, + double defaultColWidth = 8.43, // https://learn.microsoft.com/en-us/office/troubleshoot/excel/determine-column-widths double defaultRowHeight = 15, quint8 outlineLevelCol = 0, quint8 outlineLevelRow = 0,