[Libreoffice-bugs] [Bug 112444] FILESAVE: XLSX - Conditional formatting not preserved

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sun Sep 17 14:42:32 UTC 2017


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

--- Comment #2 from Yousuf Philips (jay) <philipz85 at hotmail.com> ---
So the issue is that /xl/styles.xml is no longer outputting

<dxfs count="1">
 <dxf>
  <font>
   <strike val="1"/>
   <color rgb="FFFF0000"/>
  </font>
 </dxf>
</dxfs>

which is being referenced in /xl/worksheets/sheet1.xml with dxfId

<conditionalFormatting sqref="A2:A5">
  <cfRule ... dxfId="0">
  <formula>100</formula>
 </cfRule>
</conditionalFormatting>

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20170917/3a28f11c/attachment.html>


More information about the Libreoffice-bugs mailing list