diff --git a/components/fpspreadsheet/xlsxooxml.pas b/components/fpspreadsheet/xlsxooxml.pas index b9ebee67a..4f1d05bbf 100755 --- a/components/fpspreadsheet/xlsxooxml.pas +++ b/components/fpspreadsheet/xlsxooxml.pas @@ -137,7 +137,7 @@ begin FRelsRels := XML_HEADER + LineEnding + '' + LineEnding + - '' + LineEnding + + '' + LineEnding + ''; FStyles := @@ -188,13 +188,13 @@ begin FWorkbookRels := XML_HEADER + LineEnding + '' + LineEnding + - '' + LineEnding + - '' + LineEnding; + '' + LineEnding + + '' + LineEnding; for i := 1 to AData.GetWorksheetCount do begin FWorkbookRels := FWorkbookRels + - Format('', [SCHEMAS_WORKSHEET, i, i+2]) + LineEnding; + Format('', [SCHEMAS_WORKSHEET, i, i+2]) + LineEnding; end; FWorkbookRels := FWorkbookRels +