白天有雨

此处应该有掌声

导航

2005年9月1日 #

asp.net里导出excel表方法汇总

摘要: 1、由dataset生成 public void CreateExcel(DataSet ds,string typeid,string FileName) { HttpResponse resp; resp = Page.Response; resp.ContentEncoding = System.Text.Encoding.GetEncoding("GB2312"); resp.A... 阅读全文

posted @ 2005-09-01 14:11 卓如 阅读(336) 评论(0) 推荐(0)