类 org.jeecgframework.poi.excel.entity.ImportParams
的使用

使用 ImportParams 的软件包
org.jeecgframework.poi.excel   
org.jeecgframework.poi.excel.imports 导入类 
org.jeecgframework.poi.excel.imports.base   
org.jeecgframework.poi.excel.imports.sax   
org.jeecgframework.poi.excel.imports.sax.parse   
 

org.jeecgframework.poi.excelImportParams 的使用
 

参数类型为 ImportParamsorg.jeecgframework.poi.excel 中的方法
static
<T> List<T>
ExcelImportUtil.importExcel(File file, Class<?> pojoClass, ImportParams params)
          Excel 导入 数据源本地文件,不返回校验结果 导入 字 段类型 Integer,Long,Double,Date,String,Boolean
static
<T> List<T>
ExcelImportUtil.importExcel(InputStream inputstream, Class<?> pojoClass, ImportParams params)
          Excel 导入 数据源IO流,不返回校验结果 导入 字段类型 Integer,Long,Double,Date,String,Boolean
static
<T> List<T>
ExcelImportUtil.importExcelBySax(InputStream inputstream, Class<?> pojoClass, ImportParams params)
          Excel 通过SAX解析方法,适合大数据导入,不支持图片 导入 数据源IO流,不返回校验结果 导入 字段类型 Integer,Long,Double,Date,String,Boolean
static void ExcelImportUtil.importExcelBySax(InputStream inputstream, Class<?> pojoClass, ImportParams params, IExcelReadRowHanlder hanlder)
          Excel 通过SAX解析方法,适合大数据导入,不支持图片 导入 数据源本地文件,不返回校验结果 导入 字 段类型 Integer,Long,Double,Date,String,Boolean
static
<T> ExcelImportResult<T>
ExcelImportUtil.importExcelVerify(File file, Class<?> pojoClass, ImportParams params)
          Excel 导入 数据源本地文件,返回校验结果 字段类型 Integer,Long,Double,Date,String,Boolean
static
<T> ExcelImportResult<T>
ExcelImportUtil.importExcelVerify(InputStream inputstream, Class<?> pojoClass, ImportParams params)
          Excel 导入 数据源IO流,返回校验结果 字段类型 Integer,Long,Double,Date,String,Boolean
 

org.jeecgframework.poi.excel.importsImportParams 的使用
 

参数类型为 ImportParamsorg.jeecgframework.poi.excel.imports 中的方法
 ExcelImportResult ExcelImportServer.importExcelByIs(InputStream inputstream, Class<?> pojoClass, ImportParams params)
          Excel 导入 field 字段类型 Integer,Long,Double,Date,String,Boolean
 

org.jeecgframework.poi.excel.imports.baseImportParams 的使用
 

参数类型为 ImportParamsorg.jeecgframework.poi.excel.imports.base 中的方法
 String ImportBaseService.getSaveExcelUrl(ImportParams params, Class<?> pojoClass)
          获取保存的Excel 的真实路径
 void ImportBaseService.saveThisExcel(ImportParams params, Class<?> pojoClass, boolean isXSSFWorkbook, org.apache.poi.ss.usermodel.Workbook book)
           
 

org.jeecgframework.poi.excel.imports.saxImportParams 的使用
 

参数类型为 ImportParamsorg.jeecgframework.poi.excel.imports.sax 中的方法
<T> List<T>
SaxReadExcel.readExcel(InputStream inputstream, Class<?> pojoClass, ImportParams params, ISaxRowRead rowRead, IExcelReadRowHanlder hanlder)
           
 

org.jeecgframework.poi.excel.imports.sax.parseImportParams 的使用
 

参数类型为 ImportParamsorg.jeecgframework.poi.excel.imports.sax.parse 中的构造方法
SaxRowRead(Class<?> pojoClass, ImportParams params, IExcelReadRowHanlder hanlder)
           
 



Copyright © 2015. All Rights Reserved.