美文网首页
新文档的MIME类型

新文档的MIME类型

作者: HEXG_ | 来源:发表于2019-09-26 14:12 被阅读0次

记录一下新文档的MIME类型:
(更多的可参考:https://www.sitepoint.com/mime-types-complete-list/)

文件扩展名 文件类型 MIME类型
.docx Microsoft Office Word 2007 document application/vnd.openxmlformats-officedocument.wordprocessingml.document
.docm Office Word 2007 macro-enabled document application/vnd.ms-word.document.macroEnabled.12
.dotx Office Word 2007 template application/vnd.openxmlformats-officedocument.wordprocessingml.template
.dotm Office Word 2007 macro-enabled document template application/vnd.ms-word.template.macroEnabled.12
.xlsx Microsoft Office Excel 2007 workbook application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
.xlsm Office Excel 2007 macro-enabled workbook application/vnd.ms-excel.sheet.macroEnabled.12
.xltx Office Excel 2007 template application/vnd.openxmlformats-officedocument.spreadsheetml.template
.xltm Office Excel 2007 macro-enabled workbook template application/vnd.ms-excel.template.macroEnabled.12
.xlsb Office Excel 2007 binary workbook application/vnd.ms-excel.sheet.binary.macroEnabled.12
.xlam Office Excel 2007 add-in application/vnd.ms-excel.addin.macroEnabled.12
.pptx Microsoft Office PowerPoint 2007 presentation application/vnd.openxmlformats-officedocument.presentationml.presentation
.pptm Office PowerPoint 2007 macro-enabled presentation application/vnd.ms-powerpoint.presentation.macroEnabled.12
.ppsx Office PowerPoint 2007 slide show application/vnd.openxmlformats-officedocument.presentationml.slideshow
.ppsm Office PowerPoint 2007 macro-enabled slide show application/vnd.ms-powerpoint.slideshow.macroEnabled.12
.potx Office PowerPoint 2007 template application/vnd.openxmlformats-officedocument.presentationml.template
.potm Office PowerPoint 2007 macro-enabled presentation template application/vnd.ms-powerpoint.template.macroEnabled.12
.ppam Office PowerPoint 2007 add-in application/vnd.ms-powerpoint.addin.macroEnabled.12
.sldx Office PowerPoint 2007 slide application/vnd.openxmlformats-officedocument.presentationml.slide
.sldm Office PowerPoint 2007 macro-enabled slide application/vnd.ms-powerpoint.slide.macroEnabled.12
.one Microsoft Office OneNote 2007 section application/msonenote
.onetoc2 Office OneNote 2007 TOC application/msonenote
.onetmp Office OneNote 2007 temporary file application/msonenote
.onepkg Office OneNote 2007 package application/msonenote
.thmx 2007 Office system release theme application/vnd.ms-officetheme

官网: https://docs.microsoft.com/en-us/previous-versions/office/office-2007-resource-kit/ee309278(v=office.12)?redirectedfrom=MSDN

相关文章

  • 新文档的MIME类型

    记录一下新文档的MIME类型:(更多的可参考:https://www.sitepoint.com/mime-typ...

  • Node搭建静态资源服务器

    起步 mime 获取文件类型 app.js http 文档 Node 教程

  • 常见MIME类型

    常见的MIME类型(通用型): 超文本标记语言文本 .html text/html xml文档 .xml text...

  • MIME 一览

    常用类型 MIME类型大全

  • Input Accept 接收各种类型文档 (2007后各文档如

    除了以上的类型外,2007后各文档如docx需配置的accept属性值如下: Extension MIME Typ...

  • apk和ipa文件的MIME类型

    MIME 类型 MIME (Multipurpose Internet Mail Extensions) 是描述消...

  • http笔记

    1.MIME MIME (多用途互联网邮件扩展类型)是描述消息内容类型的因特网标准。 MIME 消息能包含文本、图...

  • HTML5记录

    HTML5 MINE类型 多用途Internet邮件扩展(MIME)类型 是一种标准化的方式来表示文档的性质和格式...

  • 依赖包

    检测文件的 MIME 类型 composer require "dflydev/apache-mime-ty...

  • MIME格式详细介绍

    MIME格式详细介绍(转载) 1.Q什么是MIME?什么是MIME邮件? 2.常用MIME类型。 3.QConte...

网友评论

      本文标题:新文档的MIME类型

      本文链接:https://www.haomeiwen.com/subject/vxaguctx.html