You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2022/03/22 09:41:40 UTC

[Bug 65972] New: XSLX files has a file type of DOCX

https://bz.apache.org/bugzilla/show_bug.cgi?id=65972

            Bug ID: 65972
           Summary: XSLX files has a file type of DOCX
           Product: POI
           Version: 5.2.1-FINAL
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSSF
          Assignee: dev@poi.apache.org
          Reporter: simon.pera@rolex.com
  Target Milestone: ---

Created attachment 38231
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=38231&action=edit
Zip contening the screenshot of the metadata and the xlsx file

Hello,

Microsoft Outlook filters a xslx file generated with Apache POI added to a
e-mail.
We think this is because of the metadata of the file. When we check the
metadata with the tool exiftool, the File Type is "docx". It was ok with Apache
POI 4.x.y.
In attachments, a file generated with Apache POI 5.x and the printscreen of the
metadata.

Regards

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 65972] XSLX files has a file type of DOCX

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=65972

PJ Fanning <fa...@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO
                 OS|                            |All

--- Comment #1 from PJ Fanning <fa...@yahoo.com> ---
I can't see any wrong with the xlsx file in the attached zip. Maybe the bug is
in Outlook.

The content type XML has

<?xml version="1.0" encoding="UTF-8" standalone="yes"?><Types
xmlns="http://schemas.openxmlformats.org/package/2006/content-types"><Default
ContentType="application/vnd.openxmlformats-package.relationships+xml"
Extension="rels"/><Default ContentType="application/xml"
Extension="xml"/><Override
ContentType="application/vnd.openxmlformats-officedocument.extended-properties+xml"
PartName="/docProps/app.xml"/><Override
ContentType="application/vnd.openxmlformats-package.core-properties+xml"
PartName="/docProps/core.xml"/><Override
ContentType="application/vnd.openxmlformats-officedocument.spreadsheetml.sharedStrings+xml"
PartName="/xl/sharedStrings.xml"/><Override
ContentType="application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml"
PartName="/xl/styles.xml"/><Override
ContentType="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml"
PartName="/xl/workbook.xml"/><Override
ContentType="application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml"
PartName="/xl/worksheets/sheet1.xml"/></Types>

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org