文件导入

public String er(@RequestParam("file") MultipartFile file){
List objects = ExcelImportUtil.importExcel(file.getInputStream(), String.class, new ImportParams());
}

cn.afterturn easypoi-spring-boot-starter 4.1.3

posted @ 2020-05-06 20:10  baoshang  阅读(113)  评论(0)    收藏  举报