摘要: 1 using Ruanmou.Framework.Data; 2 using Ruanmou.Libraries.IDAL; 3 using Ruanmou.Libraries.Model; 4 using System; 5 using System.Collections.Generic; 6 阅读全文
posted @ 2021-01-07 11:11 YZM_Leo 阅读(125) 评论(0) 推荐(0)
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading; 6 using System.Threading.Tasks 阅读全文
posted @ 2021-01-07 10:41 YZM_Leo 阅读(398) 评论(0) 推荐(0)
摘要: 1 public static DataSet ExcelToDataSet(string filename) //函数用来读取一个excel文件到DataSet集中 2 { 3 string strCon = "Provider=Microsoft.Jet.OLEDB.4.0;" + 4 "Ext 阅读全文
posted @ 2021-01-07 10:21 YZM_Leo 阅读(114) 评论(0) 推荐(0)