excel to dataset
摘要:
string strConn= "Provider=Microsoft.Jet.OleDb.4.0;" + "data source="+Path+ ";Extended Properties='Excel 8.0;HDR=Yes;IMEX=1'"; "HDR=Yes;" indicates that the first row contains columnnames, not data "IM... 阅读全文
posted @ 2004-09-22 16:40 flyinsky 阅读(373) 评论(0) 推荐(0) 编辑