|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| org.jeecgframework.poi.excel 中 ImportParams 的使用 |
|---|
| 参数类型为 ImportParams 的 org.jeecgframework.poi.excel 中的方法 | ||
|---|---|---|
static
|
ExcelImportUtil.importExcel(File file,
Class<?> pojoClass,
ImportParams params)
Excel 导入 数据源本地文件,不返回校验结果 导入 字 段类型 Integer,Long,Double,Date,String,Boolean |
|
static
|
ExcelImportUtil.importExcel(InputStream inputstream,
Class<?> pojoClass,
ImportParams params)
Excel 导入 数据源IO流,不返回校验结果 导入 字段类型 Integer,Long,Double,Date,String,Boolean |
|
static
|
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
|
ExcelImportUtil.importExcelVerify(File file,
Class<?> pojoClass,
ImportParams params)
Excel 导入 数据源本地文件,返回校验结果 字段类型 Integer,Long,Double,Date,String,Boolean |
|
static
|
ExcelImportUtil.importExcelVerify(InputStream inputstream,
Class<?> pojoClass,
ImportParams params)
Excel 导入 数据源IO流,返回校验结果 字段类型 Integer,Long,Double,Date,String,Boolean |
|
| org.jeecgframework.poi.excel.imports 中 ImportParams 的使用 |
|---|
| 参数类型为 ImportParams 的 org.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.base 中 ImportParams 的使用 |
|---|
| 参数类型为 ImportParams 的 org.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.sax 中 ImportParams 的使用 |
|---|
| 参数类型为 ImportParams 的 org.jeecgframework.poi.excel.imports.sax 中的方法 | ||
|---|---|---|
|
SaxReadExcel.readExcel(InputStream inputstream,
Class<?> pojoClass,
ImportParams params,
ISaxRowRead rowRead,
IExcelReadRowHanlder hanlder)
|
|
| org.jeecgframework.poi.excel.imports.sax.parse 中 ImportParams 的使用 |
|---|
| 参数类型为 ImportParams 的 org.jeecgframework.poi.excel.imports.sax.parse 中的构造方法 | |
|---|---|
SaxRowRead(Class<?> pojoClass,
ImportParams params,
IExcelReadRowHanlder hanlder)
|
|
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||