| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -57,7 +57,7 @@ public class ExcelUtils { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        Workbook workbook = ExcelExportUtil.exportExcel(exportParams, pojoClass, list); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        Sheet sheet1 = workbook.getSheetAt(0); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        sheet1.setDefaultColumnWidth(50*256); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        sheet1.setDefaultRowHeight((short)(2*256)); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        //sheet1.setDefaultRowHeight((short)(2*256));
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        ServletOutputStream out = ExcelUtils.getOutputStreamForExcel(fileName,response); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        workbook.write(out); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        out.flush(); | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |