itfuture
导航
博客园
首页
新随笔
联系
订阅
管理
统计
随笔 - 14
文章 - 3
评论 - 2
引用 - 1
公告
11 2006 档案
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.Append...
阅读全文
posted @
2006-11-23 15:12
自强不息 阅读(659) |
评论 (0)
编辑