摘要:
excel2003: //读取Excel表并返回一个DataSet public static DataSet ExcelToDataSet(string filePath, string sheetName) { DataSet dataSet = new DataSet(); string connstr = "Provider = Microsoft.Jet.OLEDB.4.0; Data Source =" + filePath + ";Extended Properties='Exc... 阅读全文
posted @ 2013-02-28 13:49
尘于烦事
阅读(137)
评论(0)
推荐(0)

浙公网安备 33010602011771号