@Deprecated public class ExcelImportUtil extends Object
构造器和说明 |
---|
ExcelImportUtil()
已过时。
|
限定符和类型 | 方法和说明 |
---|---|
static void |
asyncImport(String excelId,
InputStream inputStream,
String fileName)
已过时。
|
static void |
asyncImport(String excelId,
InputStream inputStream,
String fileName,
Map<Serializable,Object> excelParam)
已过时。
send async import
|
static ExcelImportRes |
customImportData(String excelId,
InputStream inputStream,
String fileName)
已过时。
|
static ExcelImportRes |
customImportData(String excelId,
InputStream inputStream,
String fileName,
Map<Serializable,Object> excelParam)
已过时。
Custom Import Data
User inheritable interface `ExcelConsumeInterface` processing business logic,Can be used with methods `reportExcelError`
|
static void |
download(String fileId,
javax.servlet.http.HttpServletResponse response,
javax.servlet.http.HttpServletRequest request)
已过时。
|
static List<ExcelSheetData> |
getExcelData(String excelId,
InputStream inputStream,
String fileName)
已过时。
Get Excel Data
|
static void |
reportExcelError(String workbookId,
int sheetIndex,
List<RowError> sheetErrors)
已过时。
Report Excel Error
|
static void |
reportExcelError(String workbookId,
int sheetIndex,
RowError rowError)
已过时。
|
static void |
reportExcelError(String workbookId,
List<RowError> rowErrors)
已过时。
|
public static List<ExcelSheetData> getExcelData(String excelId, InputStream inputStream, String fileName)
excelId
- inputStream
- fileName
- public static ExcelImportRes customImportData(String excelId, InputStream inputStream, String fileName, Map<Serializable,Object> excelParam)
excelId
- inputStream
- fileName
- excelParam
- public static ExcelImportRes customImportData(String excelId, InputStream inputStream, String fileName)
public static void asyncImport(String excelId, InputStream inputStream, String fileName, Map<Serializable,Object> excelParam)
excelId
- inputStream
- fileName
- excelParam
- public static void asyncImport(String excelId, InputStream inputStream, String fileName)
public static void reportExcelError(String workbookId, int sheetIndex, List<RowError> sheetErrors)
workbookId
- sheetIndex
- sheetErrors
- public static void reportExcelError(String workbookId, List<RowError> rowErrors)
public static void reportExcelError(String workbookId, int sheetIndex, RowError rowError)
public static void download(String fileId, javax.servlet.http.HttpServletResponse response, javax.servlet.http.HttpServletRequest request)
Copyright © 2021. All rights reserved.