<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:duge@pre-sense.de" title="duge@pre-sense.de">duge@pre-sense.de</a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN: DOCX - Specific file reported as corrupted (openable in MSO but not in other programs because of unzip error)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=96401">bug 96401</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Severity</td>
           <td>minor
           </td>
           <td>normal
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>duge@pre-sense.de
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN: DOCX - Specific file reported as corrupted (openable in MSO but not in other programs because of unzip error)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=96401#c15">Comment # 15</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN: DOCX - Specific file reported as corrupted (openable in MSO but not in other programs because of unzip error)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=96401">bug 96401</a>
              from <span class="vcard"><a class="email" href="mailto:duge@pre-sense.de" title="duge@pre-sense.de">duge@pre-sense.de</a>
</span></b>
        <pre>I have an identical bug for xlsx files. I didn't create those files, but they
seem to be by this software:
Bio-Rad CFX Maestro 1.1 Version 4.1.2433.1219

It looks like this is problem in the zip implementation which was used to
create those OfficeOpenXml files. The delimiter for folders is being stored as
backslash \ instead of a slash /. And although a slash seems to the default
folder delimiter for zip files, Microsoft products open those zip files
flawlessly.

The Windows-Explorer (Windows 7) is able to extract those files. And the
Microsoft OneDrive online-office can also open them.
<a href="https://onedrive.live.com">https://onedrive.live.com</a>

You can actually take a OfficeOpenXML file created by LibreOffice, extract it
on Linux and convert it into such a messed up file. Just rename and convert all
slashes (directories) to backslashes.
mv _rels/.rels _rels\\.rels
Repeat for all files, delete the empty folders, repack the zip, rename to
docx/xlsx and upload to OneDrive.

In the end, I think this shouldn't be hard to fix. Especially because there
shouldn't be a legal case for "real" backslashes inside filenames, inside
OfficeOpenXML files.
So LibreOffice can simply interpret all backslashes inside filenames as
slashes.

Note: I also opened a ticket for 7-Zip, to see what those zip experts say.
<a href="https://sourceforge.net/p/p7zip/bugs/227/">https://sourceforge.net/p/p7zip/bugs/227/</a></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>