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

--- Comment #7 from Daniel Quinn <[email protected]> ---
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

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

Reply via email to