bug
lu
2025-08-29 9f5f4cf65c0dc2f63777c3a1e55fbc058a8f3233
DevApp/Gs.DevApp/UserControl/CopyXls.cs
@@ -34,7 +34,7 @@
                {
                    IWorkbook workbook = spreadsheetControl1.Document;
                    workbook.LoadDocument(filePath);
                   // SetCellText(spreadsheetControl1.ActiveWorksheet, location, item.F_Name, true);
                    SetCellText(spreadsheetControl1.ActiveWorksheet, "A1", "ddd", true);
                }
                else
                {
@@ -55,7 +55,8 @@
            }
            else
            {
                Text = fileName;
                //Text = "正在从【" + fileName + "】复制到【" + this.orderType.ToString()+"】";
                Text = "正在复制到【" + this.orderType.ToString() + "】";
            }
        }
@@ -81,6 +82,6 @@
            workSheet.Cells[coordinates].Value = coordValue;
            workSheet.Cells[coordinates].Style.Font.Bold = isBold;
        }
    }
}