从datareader生成excel
摘要:
public void Export2Excel(Object Sender, EventArgs E) { // 将当前查询的数据导入Excel中 SqlConnection SqlConn = new SqlConnection(ConfigurationSettings.AppSettings["connectionString"]); // 设置为true,则在当前的数据上追加数据,否则,... 阅读全文
posted @ 2010-10-12 13:40 imbob 阅读(580) 评论(0) 推荐(0) 编辑