asp生成EXCEL

http://hi.baidu.com/xymc_001/blog/item/295483c2c3a39b1a0ff4771b.html

Javascript导出页面表格数据到excel,如何让用户指定存储目录、输入报表名称??
http://community.csdn.net/Expert/topic/5458/5458084.xml?temp=2.900332E-02

需要用excel做数据库,不知道怎么写入数据到excel中
http://community.csdn.net/Expert/topic/5458/5458084.xml?temp=2.900332E-02

记录集转换成EXCEL报
http://community.csdn.net/Expert/topic/5148/5148899.xml?temp=.1070825

查询结果如何生成固定格式的EXCEL文件
http://community.csdn.net/Expert/topic/5148/5148498.xml?temp=.6661188

页面中的表格另存为excel
http://community.csdn.net/Expert/topic/5384/5384268.xml?temp=.1373712

将查询结果导出excel 里
http://community.csdn.net/Expert/topic/5367/5367715.xml?temp=.8080866

asp中如何在客户端把查询的结果集在本机上保存为excel?(急!)
http://community.csdn.net/Expert/topic/5407/5407866.xml?temp=.5888178

怎�佑糜�裘�表示�С龅�EXCEL表格阿?
http://community.csdn.net/Expert/topic/5404/5404782.xml?temp=.4752466

asp 导出excel 中遇到的个一个问题
http://community.csdn.net/Expert/topic/5374/5374798.xml?temp=.2127344

ASP操作Excel技术总结
http://www.blueidea.com/tech/program/2006/3547.asp

ASP导出Excel数据的四种方法
http://www.windstudio.net/html/200510/20051028134903.htm

ASP操作Excel技术总结
http://blog.csdn.net/itzhiren/archive/2006/06/24/828956.aspx

关于导出到Excel的问题!
http://community.csdn.net/Expert/topic/5338/5338359.xml?temp=.6622888

我想读取EXCEL工作薄中的工作表的标签的名字,形成一个下拉列表,请问怎么实现?
http://community.csdn.net/Expert/topic/5322/5322802.xml?temp=.5737268

asp 网页表格导出 excel 中的问题..出不来!在线等,立刻给分
http://community.csdn.net/Expert/topic/5324/5324318.xml?temp=.1345026

求高手解决导出excel问题
http://community.csdn.net/Expert/topic/5044/5044417.xml?temp=.6170465

WEB页面导出为EXCEL文档的方法
http://community.csdn.net/Expert/topic/5014/5014106.xml?temp=.123974

请问怎样把会员的数据用读出一个EXCEL电子表格的文件
http://community.csdn.net/Expert/topic/5166/5166137.xml?temp=.6014368

有关用js实现网页中的内容直接转化为excel的方法讨论
http://community.csdn.net/Expert/topic/5071/5071785.xml?temp=.4756281

在ASP中如何将数据导入到EXCEL里???请各住高手帮帮忙吧,这个问题我必须要解决的,谢谢了!
http://community.csdn.net/Expert/topic/4876/4876100.xml?temp=.1829645

如何用asp编写程序实现excel导出数据呢?
http://community.csdn.net/Expert/topic/5081/5081787.xml?temp=.4681818

============================================================================

在<head>...</head>加入:
<SCRIPT LANGUAGE=javascript>
<!--
function setPrint()
{
WB.ExecWB(8,1);
}
function previewPrint()
{
WB.ExecWB(7,1)
}
//-->
</SCRIPT>
在<body>...</body>加入:
<OBJECT classid=CLSID:8856F961-340A-11D0-A96B-00C04FD705A2 height=0 id=WB width=0>
</OBJECT>
<INPUT type="button" value="Set" id=button1 name=button1 onclick="setPrint();">
<INPUT type="button" value="Preview" id=button2 name=button2 onclick="previewPrint();">

你可能感兴趣的:(Excel,asp)