Forums
This topic is locked
Exporting data to word .doc files
Posted 10 Oct 2002 23:16:17
1
has voted
10 Oct 2002 23:16:17 Germán Iurato posted:
Hi, I've been told there is a way to export dinamic pages to word .doc files. Let's say, in my asp page I show a registered users report, and I'd like to give the chance to export the data being shown to that format. Anybody knows something about this?
Thanks,
Replies
Replied 11 Oct 2002 09:29:33
11 Oct 2002 09:29:33 Vince Baker replied:
You can export easily to a txt file and just change the file extension to .doc.
Not sure how much formatting you are requiring but here is a link to a tutorial that will help you with the text file creation:
www.4guysfromrolla.com/webtech/faq/FileSystemObject/faq3.shtml
Regards
Vince
Response.write("The best line of code you can ever use"
VBScript | ASP | HTML | SQL | Oracle | Hosting
Not sure how much formatting you are requiring but here is a link to a tutorial that will help you with the text file creation:
www.4guysfromrolla.com/webtech/faq/FileSystemObject/faq3.shtml
Regards
Vince
Response.write("The best line of code you can ever use"
VBScript | ASP | HTML | SQL | Oracle | Hosting