qin
2025-03-19 342b10ed5f4ebbccf2d2868d211fbe91cf3e8d5d
WinFrmUI/PBS.WinFrmUI.DataAnalysis/EndPressAnalysis.cs
@@ -1,16 +1,7 @@
using DevExpress.Utils;
using DevExpress.XtraCharts;
using DevExpress.XtraEditors;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using Yw.WinFrmUI;
namespace PBS.WinFrmUI.DataAnalysis
@@ -269,7 +260,7 @@
                        if (i > 0)
                        {
                            var cell_temp = row_temp.GetCell(i);
                            if (cell_temp != null && cell_temp.CellType!= NPOI.SS.UserModel.CellType.Blank)
                            if (cell_temp != null && cell_temp.CellType != NPOI.SS.UserModel.CellType.Blank)
                            {
                                double yvalue = cell_temp.NumericCellValue;
                                var timevalue = row_temp.GetCell(0).NumericCellValue;