mirror of
https://gitee.com/dromara/hutool.git
synced 2025-05-08 14:48:01 +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)) {
|
} 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;
|
||||||
|
Loading…
Reference in New Issue
Block a user