HowieYuan / easyexcel-encapsulation

easyexcel 的方法封装,快速、简单地处理 Excel
272 stars 140 forks source link

使用xls文件读取不正常 #2

Closed runzhenghengbin closed 5 years ago

runzhenghengbin commented 5 years ago

报错信息如下

{
  "timestamp": "2019-01-03 18:06",
  "status": 500,
  "error": "Internal Server Error",
  "exception": "com.alibaba.excel.exception.ExcelAnalysisException",
  "message": "File type error,io must be available markSupported,you can do like this <code> new BufferedInputStream(new FileInputStream(\\\"/xxxx\\\"))</code> \"",
  "path": "/readExcel"
}
HowieYuan commented 5 years ago

已修复