7
触发场景描述 EasyExcel.read 同一个流 两次,报错提示不对 触发Bug的代码 缺少捕获IOexception catch (IOException e) { if (excelType != null) { return excelType; } throw new ExcelCommonException( "inputStream is closed,maybe it is have been read", e); }