摘要:
WEB页面导出为EXCEL文档的方法 单元格A 单元格A 单元格A 单元格A 单元格合并行A 单元格B 单元格B 单元格B 单元格B 单元格合并行B 阅读全文
摘要:
Response.Clear(); Response.Buffer = true; Response.Charset = "gb2312"; Response.AppendHeader("Content-Disposition", "attachment;filename=" + Server.UrlEncode("中文名称") + ".xls"); //Response.Cont... 阅读全文
摘要:
f1 f2 f3 --------------------- 001 01 100 002 01 200 001 02 300 002 02 400 003 01 500 004 02 600若想显示为以下格式,应如果写 SQL语句? f1 f2 f3 --------------------- 00... 阅读全文