| 
						
						
							
								
							
						
						
					 | 
					@ -86,7 +86,7 @@ public class ExcelUtils { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    public static ServletOutputStream getOutputStreamForExcel(String fileName, HttpServletResponse response) throws IOException { | 
					 | 
					 | 
					    public static ServletOutputStream getOutputStreamForExcel(String fileName, HttpServletResponse response) throws IOException { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        fileName = URLEncoder.encode(fileName, "UTF-8"); | 
					 | 
					 | 
					        fileName = URLEncoder.encode(fileName, "UTF-8"); | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					        if (!fileName.endsWith(".xls") ||!fileName.endsWith(".xlsx")){ | 
					 | 
					 | 
					        if (!fileName.endsWith(".xls") && !fileName.endsWith(".xlsx")){ | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					            fileName = fileName + ".xlsx"; | 
					 | 
					 | 
					            fileName = fileName + ".xlsx"; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        } | 
					 | 
					 | 
					        } | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        response.setContentType("application/vnd.ms-excel"); | 
					 | 
					 | 
					        response.setContentType("application/vnd.ms-excel"); | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |