修改实业及环保数据

This commit is contained in:
2023-03-09 14:50:40 +08:00
parent 1e79fa5a96
commit e78f7c64e6
44 changed files with 5704 additions and 233 deletions
@@ -214,6 +214,10 @@ namespace FineUIPro.Web.JDGL.WBS
{
try
{
//strConn = "Provider=Microsoft.Jet.OleDb.4.0;" +
// "data source=" + Server.MapPath("ExcelFiles/MyExcelFile.xls") +
// ";Extended Properties='Excel 8.0; HDR=Yes; IMEX=1'"; //此连接只能操作Excel2003或之前版本(.xls)文件
string oleDBConnString = String.Empty;
oleDBConnString = "Provider=Microsoft.Jet.OLEDB.4.0;";
oleDBConnString += "Data Source=";