-
-
Notifications
You must be signed in to change notification settings - Fork 387
Description
Description
Hello, at this time, it seems templates from ms office and openoffice/libreoffice templates are considered either application/zip
or at best as there document counter parts. So I was wondering if it would be possible to better analyze these files. For example, using mime, it detects these mime types for the following extensions:
-
ots: application/vnd.oasis.opendocument.spreadsheet-template
(application/zip for file-type) Add support for OpenDocument graphics and templates #718 -
odg: application/vnd.oasis.opendocument.graphics
(application/zip for file-type) Add support for OpenDocument graphics and templates #718 -
otg: application/vnd.oasis.opendocument.graphics-template
(application/zip) Add support for OpenDocument graphics and templates #718 -
otp: application/vnd.oasis.opendocument.presentation-template
(application/zip for file-type) Add support for OpenDocument graphics and templates #718 -
ott: application/vnd.oasis.opendocument.text-template
(application/zip for file-type) Add support for OpenDocument graphics and templates #718 -
xltx: application/vnd.openxmlformats-officedocument.spreadsheetml.template
(application/vnd.openxmlformats-officedocument.spreadsheetml.sheet for file-type) Add support for Microsoft Excel template (.xltx
) #712 -
xltm: application/vnd.ms-excel.template.macroenabled.12
(application/vnd.openxmlformats-officedocument.spreadsheetml.sheet for file-type) Add support for Microsoft Excel template with macros (.xltm) #714 -
potx: application/vnd.openxmlformats-officedocument.presentationml.template
(application/vnd.openxmlformats-officedocument.presentationml.presentation for file-type) Add support for Microsoft PowerPoint template (.potx
) #710 -
dotx: application/vnd.openxmlformats-officedocument.wordprocessingml.template
(application/vnd.openxmlformats-officedocument.wordprocessingml.document for file-type) Add support for Microsoft Word template (.dotx) #713
I don't know much about mime types or file signatures, so I don't know they are good candidates, neither how to do the detections.
Existing Issue Check
- I have searched the existing issues and could not find any related to my problem.
File-Type Scope Acknowledgment
- I understand that file-type detects binary file types and not text or other formats.