Popular Articles | Latest Articles | Categories | RSS Feeds

Login  |  Register

Creating Excel Files Online

Published on 2/26/2006 by editor
 Vote this tutorial:

More articles in ASP

ASP has the ability to dynamically output any kind of office application format. Before to start coding, The first thing we need to do is set correct file type. Becase the browser needs to know what to do with the file. Second step is to edit file name. You can use HTML and CSS to create styles in your word document.

<%
Response.AddHeader "Content-Disposition", "attachment;filename=members.xls"

Response.ContentType = "application/vnd.ms-excel"

response.write "

"
response.write " "
response.write ""
response.write ""
response.write ""
response.write " "

response.write " "
response.write " "
response.write " "
response.write " "
response.write " "

response.write "
NameUsernamePassword
Scud Blockscud@gazatem.commypassword
"
%>

Comments:
no comments submitted


Only members can write comments.Please, login / register to write comment.

Latest Posts

Active News Manager - news management system



ASP.NET Resources, Reviews

ASP Resources, Reviews

PHP, ASP, .NET, JSP Resources, Reviews




Who's online

  • There 39 online users.

ASP.NET Resources, Reviews

ASP Resources, Reviews

PHP, ASP, .NET, JSP Resources, Reviews

Hotscripts.com Free Photoshop, Flash and 3DS MAX tutorials