Class ExcelUtilsConfig

java.lang.Object
cn.creekmoon.excel.core.ExcelUtilsConfig

public class ExcelUtilsConfig extends Object
导出导入工具类配置常量
  • Field Details

    • importParallelSemaphore

      public static Semaphore importParallelSemaphore
      控制导入并发数量
    • TEMP_FILE_LIFE_MINUTES

      public static int TEMP_FILE_LIFE_MINUTES
      临时文件的保留寿命 单位分钟
  • Constructor Details

    • ExcelUtilsConfig

      public ExcelUtilsConfig()
  • Method Details