首页上一页 1 下一页尾页 5 条记录 1/1页
访问EXCEL文件,时出错
发表在C#图书答疑
2009-07-04
是否精华
是
否
版块置顶:
是
否
您好,。
我按照书上的写法,将EXCEL(EXCEL是我用GridView导出的) 中的数据读取出来,用GridView显示,
代码如下:
string strconn = "Provider=Microsoft.Jet.OLEDB.4.0;" + "Data Source=C:\\Documents and Settings\\zhou_min\\桌面\\Settlement_Searching_History.xls;" +
"Extended Properties=Excel 8.0;";
OleDbDataAdapter da = new OleDbDataAdapter("select * from [Settlement_Searching_History$]", strconn);
DataSet ds = new DataSet();
da.Fill(ds,"excel");
Console.Write("
我按照书上的写法,将EXCEL(EXCEL是我用GridView导出的) 中的数据读取出来,用GridView显示,
代码如下:
string strconn = "Provider=Microsoft.Jet.OLEDB.4.0;" + "Data Source=C:\\Documents and Settings\\zhou_min\\桌面\\Settlement_Searching_History.xls;" +
"Extended Properties=Excel 8.0;";
OleDbDataAdapter da = new OleDbDataAdapter("select * from [Settlement_Searching_History$]", strconn);
DataSet ds = new DataSet();
da.Fill(ds,"excel");
Console.Write("