ASP具备动态输出任一Office应用程序文件格式的功能。在开始编写代码之前,我们首先需要做的就是设置正确的文件类型,因为浏览器需要知道如何处理文件。第二步是编辑文件名称,我们可以使用HTML和CSS来创建Word文档或Excel文档的样式。
下面这段例子代码可用于在线创建Word文档。
以下是引用片段: <% Response.ContentType = "application/msword" Response.AddHeader "Content-Disposition", "attachment;filename=NAME.doc"??? response.Write("Dotnetindex.com : <a href=""http://www.dotnetindex.com"">Visit Site</a><br>" & vbnewline) response.Write("<h1>We can use HTML codes for word documents</h1>") response.Write ("<div style=""padding:4px; font:11px arial"">CSS can be used tooo</span>") %> |
下面这段例子代码可用于在线创建Excel文档。
以下是引用片段: <% Response.AddHeader "Content-Disposition", "attachment;filename=members.xls" Response.ContentType = "application/vnd.ms-excel" response.write "<table width="100%" border="1" >" response.write "<tr>" response.write "<th width=""40%""><b>Name</b></th>" response.write "<th width=""30%""><b>Username</b></th>" response.write "<th width=""30%""><b>Password</b></th>" response.write "</tr>" response.write "<tr>" response.write "<td width=""40%"">Scud Block</td>" response.write "<td width=""30%"">scud@gazatem.com</td>" response.write "<td width=""30%"">mypassword</td>" response.write "</tr>" response.write "</table>" %> |
相关视频
相关阅读 asp下面javascript上传图片限制格式大小方法ie6下面asp.net mvc3 部署应用程序ASP网站安装不成功的解决办法asp的日期转换星座函数快速掌握ASP连接11种数据库的常用语法ASP将access数据导出为excel电子表的方法ASP木马密码加密的破解方法在asp.net mvc中实现右键菜单和简单的分页教程
热门文章 没有查询到任何记录。
最新文章
如何使用Office 2010的如何用Office 2007套件
如何使用Office 2010的打印功能如何用Office 2007套件让PDF转DOC送给老师的礼物—永中Office 2004编辑器教你四招--轻松让你成为Excel函数使用高手
人气排行 如何使用Office 2010的打印功能用Excel制作自动记录的考勤表如何用Office 2007套件让PDF转DOC如何从网上下载国际巨头的PPT模板方便简单 巧用Excel编制学生考勤管理系统巧用VBA代码实现在Excel中数据的快速录入在Excel中为中文添加拼音千招百式,玩“活”Word打印
查看所有0条评论>>