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