yzhao66

Results 4 issues of yzhao66

![image](https://user-images.githubusercontent.com/44268973/96236945-437f5f80-0fcf-11eb-96ec-3848eca06018.png)

# 版本 ` com.alibaba easyexcel 2.2.6 ` # 异常代码 ``` private void writeExcel(HttpServletResponse response, String fileName, List excelList) { //todo 优化 //todo 解决异常 response.setContentType("application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"); response.setCharacterEncoding("utf-8"); try { fileName = URLEncoder.encode(fileName,...

help wanted