public class ExcelImportServer extends ImportBaseService
| 构造器和说明 |
|---|
ExcelImportServer() |
| 限定符和类型 | 方法和说明 |
|---|---|
static byte[] |
getBytes(InputStream is) |
ExcelImportResult |
importExcelByIs(InputStream inputstream,
Class<?> pojoClass,
ImportParams params)
Excel 导入 field 字段类型 Integer,Long,Double,Date,String,Boolean
|
addEntityToMap, getAllExcelField, getExcelField, getExcelFieldList, getExcelName, getFieldBySomeMethod, getImportVerify, getSaveExcelUrl, saveThisExcel, setFieldBySomeMethod, setValuespublic ExcelImportResult importExcelByIs(InputStream inputstream, Class<?> pojoClass, ImportParams params) throws Exception
inputstream - pojoClass - params - Exceptionpublic static byte[] getBytes(InputStream is) throws IOException
is - IOExceptionCopyright © 2023. All rights reserved.