魏宇

导航

 

2017年3月3日

摘要: private void ExportExcel(string txtPath, string ReportPath, DataSet ds) { DataTable dt_header = ds.Tables[0]; string data = CSV_DT2(dt_header); string 阅读全文
posted @ 2017-03-03 13:50 魏宇 阅读(256) 评论(0) 推荐(0)
 
摘要: string dbname = Srvtools.CliUtils.fLoginDB.ToString(); string strconn = Connection.Class1.getconnect(dbname); SqlConnection conn = new SqlConnection(s 阅读全文
posted @ 2017-03-03 13:49 魏宇 阅读(307) 评论(0) 推荐(0)