|  | @ -91,13 +91,13 @@ public class ExcelUtil { | 
		
	
		
			
				|  |  | 
 |  |  | 
 | 
		
	
		
			
				|  |  |         // 设置表头字体格式 |  |  |         // 设置表头字体格式 | 
		
	
		
			
				|  |  |         XSSFFont headersFont = workbook.createFont(); |  |  |         XSSFFont headersFont = workbook.createFont(); | 
		
	
		
			
				|  |  |         headersFont.setColor(new XSSFColor((IndexedColorMap) Color.DARK_GRAY)); |  |  |  | 
		
	
		
			
				|  |  |  |  |  |         headersFont.setColor(XSSFFont.DEFAULT_FONT_COLOR); | 
		
	
		
			
				|  |  |         headersFont.setFontHeightInPoints((short) 14); |  |  |         headersFont.setFontHeightInPoints((short) 14); | 
		
	
		
			
				|  |  |         headersFont.setBold(true); |  |  |         headersFont.setBold(true); | 
		
	
		
			
				|  |  | 
 |  |  | 
 | 
		
	
		
			
				|  |  |         // 设置正文字体格式 |  |  |         // 设置正文字体格式 | 
		
	
		
			
				|  |  |         XSSFFont dataSetFont = workbook.createFont(); |  |  |         XSSFFont dataSetFont = workbook.createFont(); | 
		
	
		
			
				|  |  |         dataSetFont.setColor(new XSSFColor((IndexedColorMap) Color.BLACK)); |  |  |  | 
		
	
		
			
				|  |  |  |  |  |         headersFont.setColor(XSSFFont.DEFAULT_FONT_COLOR); | 
		
	
		
			
				|  |  |         dataSetFont.setBold(false); |  |  |         dataSetFont.setBold(false); | 
		
	
		
			
				|  |  | 
 |  |  | 
 | 
		
	
		
			
				|  |  |         // 创建表头样式 |  |  |         // 创建表头样式 | 
		
	
	
		
			
				|  | @ -228,13 +228,13 @@ public class ExcelUtil { | 
		
	
		
			
				|  |  | 
 |  |  | 
 | 
		
	
		
			
				|  |  |         // 设置表头字体格式 |  |  |         // 设置表头字体格式 | 
		
	
		
			
				|  |  |         XSSFFont headersFont = workbook.createFont(); |  |  |         XSSFFont headersFont = workbook.createFont(); | 
		
	
		
			
				|  |  |         headersFont.setColor(new XSSFColor((IndexedColorMap) Color.DARK_GRAY)); |  |  |  | 
		
	
		
			
				|  |  |  |  |  |         headersFont.setColor(XSSFFont.DEFAULT_FONT_COLOR); | 
		
	
		
			
				|  |  |         headersFont.setFontHeightInPoints((short) 14); |  |  |         headersFont.setFontHeightInPoints((short) 14); | 
		
	
		
			
				|  |  |         headersFont.setBold(true); |  |  |         headersFont.setBold(true); | 
		
	
		
			
				|  |  | 
 |  |  | 
 | 
		
	
		
			
				|  |  |         // 设置正文字体格式 |  |  |         // 设置正文字体格式 | 
		
	
		
			
				|  |  |         XSSFFont dataSetFont = workbook.createFont(); |  |  |         XSSFFont dataSetFont = workbook.createFont(); | 
		
	
		
			
				|  |  |         dataSetFont.setColor(new XSSFColor((IndexedColorMap) Color.BLACK)); |  |  |  | 
		
	
		
			
				|  |  |  |  |  |         headersFont.setColor(XSSFFont.DEFAULT_FONT_COLOR); | 
		
	
		
			
				|  |  |         dataSetFont.setBold(false); |  |  |         dataSetFont.setBold(false); | 
		
	
		
			
				|  |  | 
 |  |  | 
 | 
		
	
		
			
				|  |  |         // 创建表头样式 |  |  |         // 创建表头样式 | 
		
	
	
		
			
				|  | 
 |