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

--- Comment #5 from JohnR <emi...@ymail.com> ---
Yes, its repaired when open in Excel and save. But do you know what cell need
reparation ?

I've loaded xlsx in OOXML viwer and difference is in app.xml auto generated by
SDK where 

Difference in app.xml:
Repaired file:

<TitlesOfParts>
    <vt:vector size="1" baseType="lpstr">
      <vt:lpstr>
        Sheet1
      </vt:lpstr>
    </vt:vector>
  </TitlesOfParts>

    <AppVersion>
    14.0300
   </AppVersion>

Original file:
 <TitlesOfParts>
    <vt:vector size="1" baseType="lpstr">
      <vt:lpstr>
        anton
      </vt:lpstr>
    </vt:vector>
  </TitlesOfParts>

   <AppVersion>
    16.0300
  </AppVersion>


Other difference in SharedStrings.xml (self closing tag)
Original file:
  <si>
    <t></t>
  </si>

Repaired file:
 <si>
    <t/>
  </si>

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to