org.jeecgframework.poi.excel.imports
类 ExcelImportServer

java.lang.Object
  继承者 org.jeecgframework.poi.excel.imports.base.ImportBaseService
      继承者 org.jeecgframework.poi.excel.imports.ExcelImportServer

public class ExcelImportServer
extends ImportBaseService

Excel 导入服务

作者:
JueYue

构造方法摘要
ExcelImportServer()
           
 
方法摘要
 ExcelImportResult importExcelByIs(InputStream inputstream, Class<?> pojoClass, ImportParams params)
          Excel 导入 field 字段类型 Integer,Long,Double,Date,String,Boolean
 
从类 org.jeecgframework.poi.excel.imports.base.ImportBaseService 继承的方法
addEntityToMap, getAllExcelField, getExcelField, getExcelFieldList, getExcelName, getFieldBySomeMethod, getImportVerify, getSaveExcelUrl, saveThisExcel, setFieldBySomeMethod, setValues
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ExcelImportServer

public ExcelImportServer()
方法详细信息

importExcelByIs

public ExcelImportResult importExcelByIs(InputStream inputstream,
                                         Class<?> pojoClass,
                                         ImportParams params)
                                  throws Exception
Excel 导入 field 字段类型 Integer,Long,Double,Date,String,Boolean

参数:
inputstream -
pojoClass -
params -
返回:
抛出:
Exception


Copyright © 2015. All Rights Reserved.