https://bugs.documentfoundation.org/show_bug.cgi?id=90812

            Bug ID: 90812
           Summary: FILESAVE: XLSX Paragraph property of text is missing
                    after roundtrip.
           Product: LibreOffice
           Version: 4.5.0.0.alpha0+ Master
          Hardware: Other
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Calc
          Assignee: [email protected]
          Reporter: [email protected]

Created attachment 115035
  --> https://bugs.documentfoundation.org/attachment.cgi?id=115035&action=edit
color text

Problem Description :
After roundtrip text paragraph property is missing in roundtripped file.

Step to Reproduce:
1. Create a XLSX file in MSO2010 contenting two word of different color like
red (color - red) and another green (color - green) in a cell.
2. Open the XLSX file in LibreOffice.
3. Save as XLSX  again.
4. Extract XLSX file using any ooxml tool.(I am using OOXML chrome browser
extension).


XML Difference: In sharedStrings.xml
Original file :
<r>
  <rPr>
      <sz val="11"/>
      <color rgb="FFFF0000"/>
      <rFont val="Calibri"/>
      <family val="2"/>
      <scheme val="minor"/>
  </rPr>
   <t>Red</t>
</r>


Roundtrip file: 
<r>
  <t>Red</t>
</r>

rPr is missing in roundtrip file.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to