<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Blank XLSX file generated with OpenXML SDK"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=140910#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Blank XLSX file generated with OpenXML SDK"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=140910">bug 140910</a>
              from <span class="vcard"><a class="email" href="mailto:emirba@ymail.com" title="JohnR <emirba@ymail.com>"> <span class="fn">JohnR</span></a>
</span></b>
        <pre>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></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>