You've already forked lazarus-ccr
fpspreadsheet: Fix writing default colwidth to xlsx (was applied only to first column so far).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4576 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -3000,7 +3000,7 @@ begin
|
||||
w := AWorksheet.ReadDefaultColWidth(suChars);
|
||||
h := AWorksheet.ReadDefaultRowHeight(suPoints);
|
||||
AppendToStream(AStream, Format(
|
||||
'<sheetFormatPr baseColWidth="%.2f" defaultRowHeight="%.2f" customHeight="true" />',
|
||||
'<sheetFormatPr baseColWidth="10" defaultColWidth="%.2f" defaultRowHeight="%.2f" customHeight="true" />',
|
||||
[w, h],
|
||||
FPointSeparatorSettings));
|
||||
end;
|
||||
|
Reference in New Issue
Block a user