mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
update poi check version
This commit is contained in:
parent
405f6b9ac3
commit
b2557f0483
@ -24,7 +24,7 @@ import org.dromara.hutool.core.classloader.ClassLoaderUtil;
|
|||||||
public class PoiChecker {
|
public class PoiChecker {
|
||||||
|
|
||||||
/** 没有引入POI的错误消息 */
|
/** 没有引入POI的错误消息 */
|
||||||
public static final String NO_POI_ERROR_MSG = "You need to add dependency of 'poi-ooxml' to your project, and version >= 4.1.2";
|
public static final String NO_POI_ERROR_MSG = "You need to add dependency of 'poi-ooxml' to your project, and version >= 5.3.0";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 检查POI包的引入情况
|
* 检查POI包的引入情况
|
||||||
|
Loading…
x
Reference in New Issue
Block a user