2009年12月15日

C#操作CSV

摘要: //这里写了一个通用的类using System;using System.Data;using System.Configuration;using System.Collections.Generic;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.WebControls;us... 阅读全文

posted @ 2009-12-15 15:00 不悔的青春 阅读(22972) 评论(4) 推荐(1) 编辑

C#操作excel

摘要: //C#读取Excelprivate void ReadExcel(){   OleDbCommand cmd = null; OleDbConnection conn = null; string fileName = hidFileName.Text + ".xls"; string filePath = Path.Combine(Server.MapPath("Excell/ImportEx... 阅读全文

posted @ 2009-12-15 14:47 不悔的青春 阅读(3428) 评论(0) 推荐(0) 编辑

导航