src/main/java/com/whyc/util/ExcelUtil.java
@@ -75,9 +75,11 @@ //不保存缓存信息与response.reset同样效果 response.addHeader("Pragma", "no-cache"); response.addHeader("Cache-Control", "no-cache"); wb.write(os); os.flush(); os.close(); if(os!=null){ wb.write(os); os.flush(); os.close(); } } catch (IOException e) { e.printStackTrace(); }