Dict.CN 在线词典, 英语学习, 在线翻译
  2012年11月20日
摘要: 做一个小网页,要把EXCEL中的内容导入到GridView中,而起还并不是单纯的显示出来就OK了,还要根据要求动态的在GridView显示因为GridView的每一列绑定于哪一个数据字段,根本不清楚!还好有前人留下的点点滴滴,终于完成了!!此段代码是吧EXCEL的数据导入到一个数据集中!这点相对简单,各个地方都有代码可COPY?string mystring = @"Provider=Microsoft.Jet.OLEDB.4.0;Data Source='" + savePath + "';Extended properties=Excel 8. 阅读全文
posted @ 2012-11-20 16:43 小光_520 阅读(661) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Text;using System.Data;using System.Data.OleDb;using System.Data.Sql;using System.Data.SqlClient;using System.IO;namespace HPRSP.CommonDataObject{public class CSVHelper{private string path;private string fileName;/// <summary>/// z构造函数 阅读全文
posted @ 2012-11-20 16:41 小光_520 阅读(596) 评论(0) 推荐(0) 编辑