Skip to content

Commit

Permalink
update floating date
Browse files Browse the repository at this point in the history
  • Loading branch information
j2doll committed Jan 16, 2023
1 parent 577674f commit 00380c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QXlsx/header/xlsxworksheet_p.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 00380c3

Please sign in to comment.