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:
parent
577674fd83
commit
00380c3ffa
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user