<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - File saved with wrong mime type"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=101317#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - File saved with wrong mime type"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=101317">bug 101317</a>
              from <span class="vcard"><a class="email" href="mailto:libreoffice@danielquinn.org" title="Daniel Quinn <libreoffice@danielquinn.org>"> <span class="fn">Daniel Quinn</span></a>
</span></b>
        <pre>This is most definitely not a problem with PHP and I don't think it has
anything to do with the order in which the files are compressed.

In Python:

    import magic

    magic.Magic(mime=True).from_file("test.xlsx")
    'application/octet-stream'


Or using `file` on the command line:

    $ file --mime-type test.xlsx 
    test.xlsx: application/octet-stream

This file was created using LibreOffice Calc 5.2.7.2</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>