1
0
mirror of https://github.com/QtExcel/QXlsx.git synced 2025-01-16 04:42:53 +08:00

update floating date

This commit is contained in:
Jay Two 2023-01-16 22:44:30 +09:00
parent 577674fd83
commit 00380c3ffa

View File

@ -57,7 +57,7 @@ struct XlsxSheetFormatProps
{
XlsxSheetFormatProps(int baseColWidth = 8,
bool customHeight = false,
double defaultColWidth = 8.43, // https://learn.microsoft.com/en-us/office/troubleshoot/excel/determine-column-widths
double defaultColWidth = 8.430f, // https://learn.microsoft.com/en-us/office/troubleshoot/excel/determine-column-widths
double defaultRowHeight = 15,
quint8 outlineLevelCol = 0,
quint8 outlineLevelRow = 0,