fpspreadsheet: fix typo that prevent Excel from reading xlsx files with comments

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5861 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
jesusr
2017-05-17 23:43:43 +00:00
parent 5c409068c2
commit 96e463a810

View File

@ -2911,7 +2911,7 @@ begin
'<rPr>'+ // thie entire node could be omitted, but then Excel uses some ugly default font
'<sz val="9"/>'+
'<color rgb="000000" />'+ // Excel files have color index 81 here, but it could be that this does not exist in fps files --> use rgb instead
'<fFont vel="Arial" />'+ // It is not harmful to Excel if the font does not exist.
'<rFont val="Arial" />'+ // It is not harmful to Excel if the font does not exist.
'<charset val="1" />'+
'</rPr>'+
'<t xml:space="preserve">' + txt + '</t>' +