|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectorg.jeecgframework.poi.excel.ExcelImportUtil
public final class ExcelImportUtil
Excel 导入工具
| 方法摘要 | ||
|---|---|---|
static
|
importExcel(File file,
Class<?> pojoClass,
ImportParams params)
Excel 导入 数据源本地文件,不返回校验结果 导入 字 段类型 Integer,Long,Double,Date,String,Boolean |
|
static
|
importExcel(InputStream inputstream,
Class<?> pojoClass,
ImportParams params)
Excel 导入 数据源IO流,不返回校验结果 导入 字段类型 Integer,Long,Double,Date,String,Boolean |
|
static
|
importExcelBySax(InputStream inputstream,
Class<?> pojoClass,
ImportParams params)
Excel 通过SAX解析方法,适合大数据导入,不支持图片 导入 数据源IO流,不返回校验结果 导入 字段类型 Integer,Long,Double,Date,String,Boolean |
|
static void |
importExcelBySax(InputStream inputstream,
Class<?> pojoClass,
ImportParams params,
IExcelReadRowHanlder hanlder)
Excel 通过SAX解析方法,适合大数据导入,不支持图片 导入 数据源本地文件,不返回校验结果 导入 字 段类型 Integer,Long,Double,Date,String,Boolean |
|
static
|
importExcelBySax(InputStream inputstream,
ISaxRowRead rowRead)
Excel 通过SAX解析方法,适合大数据导入,不支持图片 导入 数据源IO流,不返回校验结果 导入 字段类型 Integer,Long,Double,Date,String,Boolean |
|
static
|
importExcelVerify(File file,
Class<?> pojoClass,
ImportParams params)
Excel 导入 数据源本地文件,返回校验结果 字段类型 Integer,Long,Double,Date,String,Boolean |
|
static
|
importExcelVerify(InputStream inputstream,
Class<?> pojoClass,
ImportParams params)
Excel 导入 数据源IO流,返回校验结果 字段类型 Integer,Long,Double,Date,String,Boolean |
|
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 方法详细信息 |
|---|
public static <T> List<T> importExcel(File file,
Class<?> pojoClass,
ImportParams params)
file - pojoClass - params -
Exception
public static <T> List<T> importExcel(InputStream inputstream,
Class<?> pojoClass,
ImportParams params)
throws Exception
file - pojoClass - params -
Exception
public static <T> ExcelImportResult<T> importExcelVerify(InputStream inputstream,
Class<?> pojoClass,
ImportParams params)
throws Exception
file - pojoClass - params -
Exception
public static <T> ExcelImportResult<T> importExcelVerify(File file,
Class<?> pojoClass,
ImportParams params)
file - pojoClass - params -
Exception
public static <T> List<T> importExcelBySax(InputStream inputstream,
Class<?> pojoClass,
ImportParams params)
inputstream - pojoClass - params -
Exception
public static void importExcelBySax(InputStream inputstream,
Class<?> pojoClass,
ImportParams params,
IExcelReadRowHanlder hanlder)
file - rowRead -
Exception
public static <T> List<T> importExcelBySax(InputStream inputstream,
ISaxRowRead rowRead)
file - rowRead -
Exception
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||