| 
															
																@@ -98,7 +98,7 @@ class ReportFileUtils: 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                     value = 0 
															 | 
															
															 | 
															
																                     value = 0 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                 ws.col(col).width = 150 * 30  # 定义列宽 
															 | 
															
															 | 
															
																                 ws.col(col).width = 150 * 30  # 定义列宽 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                 style = self.simple_style if y >= 2 else self.default_style 
															 | 
															
															 | 
															
																                 style = self.simple_style if y >= 2 else self.default_style 
															 | 
														
													
												
													
														
															| 
															 | 
															
																-                ws.write(start_row, col, str(value), 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+                ws.write(start_row, col, value, 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                          style=style) 
															 | 
															
															 | 
															
																                          style=style) 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                 y += 1 
															 | 
															
															 | 
															
																                 y += 1 
															 | 
														
													
												
													
														
															| 
															 | 
															
																             start_row += 1 
															 | 
															
															 | 
															
																             start_row += 1 
															 |