摘要:
//p_Path:Excel文件目录publicDataTableGetDataFromExcel(stringp_Path){stringstrCon = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + p_Path + ";Extended Properties='Excel 8.0;HDR=YES;IMEX=0'";OleDbConnectionconExcel = newOleDbConnection(strCon);DataSetds = newDataSet();DataTa 阅读全文
posted @ 2012-05-02 16:12
左正
阅读(3395)
评论(0)
推荐(0)

浙公网安备 33010602011771号