XLSX - shared strings containing rich text not handled correclty

Issue #297 resolved
Former user created an issue

Original issue 297 created by mrh... on 2012-12-10T13:05:45.000Z:

I have an excel file which has a sharedstrings.xml file. In this file I have:

<si>
<r><t>Liste des besoins de l'</t></r>
<r><rPr><sz val="11"/><color theme="1"/><rFont val="Calibri"/><family val="2"/></rPr><t>É</t></r>
<r><rPr><sz val="11"/><color theme="1"/><rFont val="Calibri"/><family val="2"/><scheme val="minor"/></rPr><t>diteur</t></r>
</si>

I would have expected the OpenXMLContentFilter to make this a single text unit, but it is not. I get three:

  1. Liste des besoins de l'
  2. É
  3. diteur

Sample file attached.

Comments (8)

  1. Log in to comment