讀取excel資料到datatable
**///
/// 獲取指定路徑、指定工作簿名稱的excel資料:取第乙個sheet的資料
///
/// 檔案儲存路徑
/// 工作簿名稱
/// 如果爭取找到了資料會返回乙個完整的table,否則返回異常 public datatable getexceldata(string astrfilename)
return "provider=microsoft.jet.oledb.4.0;data source=" + strfilepath + ";extended properties=\"excel 8.0;imex=1;hdr=yes;\""; //@"provider=microsoft.jet.oledb.4.0;" + //@"data source=" + strfilepath + ";" + //@"extended properties=" + convert.tochar(34).tostring() + //@"excel 8.0;" + "imex=1;hdr=yes;" + convert.tochar(34).tostring(); }
讀取Excel或Access至DataTable
region excel格式 string strconn strconn provider microsoft.jet.oledb.4.0 data source filename extended properties excel 8.0 oledbconnection myoledbconne...
C 讀取excel資料到datatable中
1 datatable dtgbpatient new datatable 23 string strconn string excelname 45 注意 把乙個excel檔案看做乙個資料庫,乙個sheet看做一張表。語法 select from sheet1 表單要使用 和 67 1 hdr表示...
讀取Excel資料繫結到Gridview進行顯示
讀取excel資料繫結到gridview進行顯示示例 讀取excel datatable public static datatable exceltodatatable string strexcelfilename,string strsheetname strsheetname 這是一種方法 ...