Browse Source

输出execl列头改为中英文

cxs 1 year ago
parent
commit
44d5103a82

+ 1 - 1
OTSIncAReportApp/1-UI/Control_Grids/ParticlesGridDevidePage/ParticlesGridDevidePage.cs

@@ -1889,7 +1889,7 @@ namespace OTSIncAReportGrids
                     cell = row.CreateCell(i_cell);
                     cell.CellStyle = cellStyle;
 
-                    cell.SetCellValue(dgV_ParticlesDevidePage.Columns[i_cell].Name);
+                    cell.SetCellValue(dgV_ParticlesDevidePage.Columns[i_cell].HeaderText);
                 }