Hi
I have a SpreadsheetML document that I am converting to xlsx using aspose cells 8.1.2.0.
I have a footer section with text in the left and right sides on same row. The footer is visible when doing a print preview and the xml document looks perfect. But when converting to xlsx the right hand footer loses a carriage return character and the end, which results in the left and right sides not being on the same line.
I have attached the xml document and the xlsx document after the conversion.
Here is the xml that causes the issue.
<Footer x:Margin=“0.3” x:Data="&L&“Arial,Bold”&10&K4842B7Document &F
&R&“Arial,Bold”&10&K4842B7Private
"/>
The characters in red is what I have in the SpreadsheetML, which is being left out after converting to xlsx. I know this by saving the converted file to xml again.
Is this a bug or is there something I can do to fix this?
Thanks