摘要:
Response.Clear(); Response.Buffer= true; Response.ContentType = "application/vnd.ms-excel"; Response.Charset = ""; this.EnableViewState = false; System.IO.StringWriter oStringWriter = new System.I... 阅读全文
posted @ 2007-09-14 15:02 Leon0812 阅读(240) 评论(0) 推荐(0)