资源简介
由于工作的需要,我需要为客户做一个在线生成Excel及Word报表程序,参考了网上很多办法,大多数都是采用Excel.Application(http://www.blueidea.com/tech/program/2006/3547.asp)组件来生成,发现容易出错,而且对于大多数和我一样的菜鸟来说,比较麻烦,考虑到前些天用ASP+模板+adodb.stream生成静态页面的办法,经过多次尝试,终于掌握了一种用ASP+模板生成Excel和word的新的办法,先分享如下:
用模板生成Excel、Word最大优点:
Word、Excel文档样式易于控制和调整,以往用Excel.Application来生成Excel、Word,需要写很多代码来控制排版的样式,用模版几乎不受任何限制,只需要打开word或Excel,编辑文档,选择"文件->另存为web页",即可方便的做好模板 ,用office生成的模板要比直接在DW中做好模板更加符合office偏好,生成后文件样式可与原word、Excel格式99%一样,因此建议大家用office(office97~office2003)直接来生成模板框架。
代码片段和文件信息
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1529 2008-06-16 00:15 aspCreate\create_excel.asp
文件 956 2008-06-15 23:59 aspCreate\index.htm
文件 4793 2008-06-16 00:10 aspCreate\function.asp
文件 1525 2008-06-16 00:15 aspCreate\create_word.asp
文件 1611 2008-06-16 00:15 aspCreate\create_htm.asp
文件 19189 2008-06-15 23:40 aspCreate\template\template_word.htm
文件 697 2008-06-15 23:40 aspCreate\template\template_html.htm
文件 8733 2008-06-15 23:58 aspCreate\template\template_excel.htm
文件 702 2008-06-15 23:59 aspCreate\files\html\1.htm
文件 701 2008-06-16 00:15 aspCreate\files\html\Untitled-1.htm
文件 19193 2008-06-16 00:13 aspCreate\files\word\2.doc
文件 19193 2008-06-16 00:16 aspCreate\files\word\Doc1.doc
文件 8753 2008-06-16 00:12 aspCreate\files\excel\3.xls
文件 8753 2008-06-16 00:16 aspCreate\files\excel\Book1.xls
文件 312 2008-06-15 23:43 aspCreate\frame.htm
目录 0 2008-06-15 23:50 aspCreate\files\html
目录 0 2008-06-15 23:50 aspCreate\files\word
目录 0 2008-06-15 23:51 aspCreate\files\excel
目录 0 2008-06-15 23:16 aspCreate\template
目录 0 2008-06-15 23:17 aspCreate\files
目录 0 2008-06-15 22:42 aspCreate
----------- --------- ---------- ----- ----
96640 21
----------- --------- ---------- ----- ----
文件 1529 2008-06-16 00:15 aspCreate\create_excel.asp
文件 956 2008-06-15 23:59 aspCreate\index.htm
文件 4793 2008-06-16 00:10 aspCreate\function.asp
文件 1525 2008-06-16 00:15 aspCreate\create_word.asp
文件 1611 2008-06-16 00:15 aspCreate\create_htm.asp
文件 19189 2008-06-15 23:40 aspCreate\template\template_word.htm
文件 697 2008-06-15 23:40 aspCreate\template\template_html.htm
文件 8733 2008-06-15 23:58 aspCreate\template\template_excel.htm
文件 702 2008-06-15 23:59 aspCreate\files\html\1.htm
文件 701 2008-06-16 00:15 aspCreate\files\html\Unti
文件 19193 2008-06-16 00:13 aspCreate\files\word\2.doc
文件 19193 2008-06-16 00:16 aspCreate\files\word\Doc1.doc
文件 8753 2008-06-16 00:12 aspCreate\files\excel\3.xls
文件 8753 2008-06-16 00:16 aspCreate\files\excel\Book1.xls
文件 312 2008-06-15 23:43 aspCreate\fr
目录 0 2008-06-15 23:50 aspCreate\files\html
目录 0 2008-06-15 23:50 aspCreate\files\word
目录 0 2008-06-15 23:51 aspCreate\files\excel
目录 0 2008-06-15 23:16 aspCreate\template
目录 0 2008-06-15 23:17 aspCreate\files
目录 0 2008-06-15 22:42 aspCreate
----------- --------- ---------- ----- ----
96640 21
- 上一篇:asp框架网页模板,制作网站
- 下一篇:AspriseOCR破解版
评论
共有 条评论