<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - Comments in xlsx once saved in LO Calc shown wrong in MSO after saving in Excel"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=121445#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - Comments in xlsx once saved in LO Calc shown wrong in MSO after saving in Excel"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=121445">bug 121445</a>
              from <span class="vcard"><a class="email" href="mailto:michal-ald-documentfoundation@michal.waw.pl" title="michal-ald-documentfoundation@michal.waw.pl">michal-ald-documentfoundation@michal.waw.pl</a>
</span></b>
        <pre>I've found that in my case all it takes to fix the XLSX file after it was saved
by LO Calc, is to replace

<v:shapetype id="_x005F_x0000_t202"
with
<v:shapetype id="_x0000_t202"

and

<v:shape ... type="#_x005F_x0000_t202"
with
<v:shape ... type="#_x0000_t202"

in xl\drawings\vmlDrawing1.vml.

"_x0000_t202" is value from XLSX before it was saved by LO Calc.

I hope this will enable you to prepare a fix.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>