美文网首页
iOS-UTI支持Office全格式

iOS-UTI支持Office全格式

作者: StevenYung | 来源:发表于2021-04-27 18:05 被阅读0次
*注: Apple官方文档只列出了doc、xls、ppt的UTI;需要支持其他三种找的好痛苦!!!

WTF !?所以记录下来,以备不时之需:

文件格式 UTI Types
.doc com.microsoft.word.doc
.docx org.openxmlformats.wordprocessingml.document
.xls com.microsoft.excel.xls
.xlsx org.openxmlformats.spreadsheetml.sheet
.ppt com.microsoft.powerpoint.ppt
.pptx org.openxmlformats.presentationml.presentation

参考:

  1. Apple Documentation
  2. Stack Overflow

相关文章

网友评论

      本文标题:iOS-UTI支持Office全格式

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