mirror of
https://gitee.com/dromara/hutool.git
synced 2025-05-03 20:27:58 +08:00
add pptx suoort
This commit is contained in:
parent
28a565da25
commit
811c1f1025
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user