停灯向晓  

2008年7月2日

摘要: /* from: http://hi.baidu.com/mafengxi/blog/item/8132224ffd34c733aec3ab44.html*/publicvoidOutPutExcel(){//定义文档类型、字符编码Response.Clear(); Response.Buffer=true; Response.Charset="GB2312";//下面这行很重要,attachment参数表示作为附件下载,您可以改成online在线打开 //filename=FileFlow.xls指定输出文件的名称,注意其扩展名和指定文件类型相符,可以为:.doc .xl 阅读全文
posted @ 2008-07-02 15:09 kofkyo 阅读(138) 评论(0) 推荐(0)