mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
add pptx suoort
This commit is contained in:
@@ -190,6 +190,9 @@ public class FileTypeUtil {
|
|||||||
} else if ("docx".equalsIgnoreCase(extName)) {
|
} else if ("docx".equalsIgnoreCase(extName)) {
|
||||||
// issue#I47JGH
|
// issue#I47JGH
|
||||||
typeName = "docx";
|
typeName = "docx";
|
||||||
|
} else if ("pptx".equalsIgnoreCase(extName)) {
|
||||||
|
// issue#I5A0GO
|
||||||
|
typeName = "pptx";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return typeName;
|
return typeName;
|
||||||
|
Reference in New Issue
Block a user