From 9f5f4cf65c0dc2f63777c3a1e55fbc058a8f3233 Mon Sep 17 00:00:00 2001
From: lu <123456>
Date: 星期五, 29 八月 2025 16:52:00 +0800
Subject: [PATCH] bug
---
DevApp/Gs.DevApp/UserControl/CopyXls.cs | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/DevApp/Gs.DevApp/UserControl/CopyXls.cs b/DevApp/Gs.DevApp/UserControl/CopyXls.cs
index 2824a33..ac32e5a 100644
--- a/DevApp/Gs.DevApp/UserControl/CopyXls.cs
+++ b/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 = "姝e湪浠庛��" + fileName + "銆戝鍒跺埌銆�" + this.orderType.ToString()+"銆�";
+ Text = "姝e湪澶嶅埗鍒般��" + this.orderType.ToString() + "銆�";
}
}
@@ -81,6 +82,6 @@
workSheet.Cells[coordinates].Value = coordValue;
workSheet.Cells[coordinates].Style.Font.Bold = isBold;
}
-
+
}
}
\ No newline at end of file
--
Gitblit v1.9.3