
PIO
Pio
keli_Jun
在到达胜利之前,无法回头
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Excel导入数据库poi功能
<body> <div class="form-group col-sm-10" id="thumbnailUploadContainer" style="float: left; margin-right: 50px;"> <input id="articleImageFile" name="excelFile" type="file" class="f...原创 2019-06-04 13:46:33 · 225 阅读 · 0 评论 -
上传Excel表格到后台报java.lang.IllegalStateException: Cannot get a text value from a numeric cell
java.lang.IllegalStateException: Cannot get a text value from a numeric cell at org.apache.poi.hssf.usermodel.HSSFCell.typeMismatch(HSSFCell.java:643) at org.apache.poi.hssf.usermodel.HSSFCell.getR...原创 2019-05-29 12:12:54 · 971 阅读 · 0 评论 -
poi上传文件是后台报org.apache.poi.poifs.filesystem.OfficeXmlFileException
@PostMapping(value = "/getImportDistrictList") @ResponseBody public String export( @RequestParam("file") MultipartFile file, HttpServletRequest request, HttpServletResponse response) { try ...原创 2019-05-29 12:03:40 · 1318 阅读 · 1 评论