我拆过的坑cycx

查询一下!

Convert excel format exception.You can try specifying the 'excelType' yourself

上传Excel解析时报错:Convert excel format exception.You can try specifying the ‘excelType‘ yourself


原因是:因为在通过file获取的流类型,在EasyExcel.read读的时候,采用的同一个流,会导致excel类型出错。


解决方法:重新创建一个excel流,与获取文件流类型的流区别使用 


InputStream inputStream = multipartfile.getInputStream();

String fileType = CheckFileFormatUtil.getFileType(multipartfile.getInputStream());

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

Powered By Z-BlogPHP 1.7.3

Copyright Your WebSite.Some Rights Reserved.