Package cn.creekmoon.excel.core
Class ExcelUtilsConfig
java.lang.Object
cn.creekmoon.excel.core.ExcelUtilsConfig
导出导入工具类配置常量
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddExcelUtilsExceptionHandler(ExcelUtilsExceptionHandler... handlers)
-
Field Details
-
importParallelSemaphore
控制导入并发数量 -
TEMP_FILE_LIFE_MINUTES
public static int TEMP_FILE_LIFE_MINUTES临时文件的保留寿命 单位分钟
-
-
Constructor Details
-
ExcelUtilsConfig
public ExcelUtilsConfig()
-
-
Method Details
-
addExcelUtilsExceptionHandler
-