473,327 Members | 2,025 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,327 software developers and data experts.

Dynamically generate a MS Word document using ASP.Net

How we can Dynamically generate a MS Word document using ASP.Net?
--
Jijo kuruvila
trivandrum,Kerala,India
Nov 16 '05 #1
3 9283
Hi,

You could use Crystal Reports for this purpose - it supports exporting data
to a number of formats like pdf, excel, work etc. This MSDN article takes
you thru an example on it
http://msdn.microsoft.com/library/en...sedreports.asp

In case you don't want to use Crystal Reports, have a look at this article
http://www.aspnetpro.com/NewsletterA...200309so_l.asp
which talks about how to use Excel to convert data.

This codeproject article talks about how to create and modift Work documents:
http://www.codeproject.com/aspnet/wordapplication.asp

Also, there are a few controls @ www.asp.net which takes care of exporting
data.

You might also want to look @ Office PIAs as well
http://msdn.microsoft.com/library/de...dc_oxppias.asp

Personally, I prefer Crystal Reports.

HTH,
Rakesh Rajan

"jijo kuruvila" wrote:
How we can Dynamically generate a MS Word document using ASP.Net?
--
Jijo kuruvila
trivandrum,Kerala,India

Nov 16 '05 #2
BTW, I am assuming you are reporting data.

Regards,
Rakesh Rajan

"Rakesh Rajan" wrote:
Hi,

You could use Crystal Reports for this purpose - it supports exporting data
to a number of formats like pdf, excel, work etc. This MSDN article takes
you thru an example on it:
http://msdn.microsoft.com/library/en...sedreports.asp

In case you don't want to use Crystal Reports, have a look at this article:
http://www.aspnetpro.com/NewsletterA...200309so_l.asp
which talks about how to use Excel to convert data.

This codeproject article talks about how to create and modift Work documents:
http://www.codeproject.com/aspnet/wordapplication.asp

Also, there are a few controls @ www.asp.net which takes care of exporting
data.

You might also want to look @ Office PIAs as well:
http://msdn.microsoft.com/library/de...dc_oxppias.asp

Personally, I prefer Crystal Reports.

HTH,
Rakesh Rajan

"jijo kuruvila" wrote:
How we can Dynamically generate a MS Word document using ASP.Net?
--
Jijo kuruvila
trivandrum,Kerala,India

Nov 16 '05 #3
Another MSDN article:
http://support.microsoft.com/default...b;en-us;317719

HTH,
Rakesh Rajan

"Rakesh Rajan" wrote:
BTW, I am assuming you are reporting data.

Regards,
Rakesh Rajan

"Rakesh Rajan" wrote:
Hi,

You could use Crystal Reports for this purpose - it supports exporting data
to a number of formats like pdf, excel, work etc. This MSDN article takes
you thru an example on it:
http://msdn.microsoft.com/library/en...sedreports.asp

In case you don't want to use Crystal Reports, have a look at this article:
http://www.aspnetpro.com/NewsletterA...200309so_l.asp
which talks about how to use Excel to convert data.

This codeproject article talks about how to create and modift Work documents:
http://www.codeproject.com/aspnet/wordapplication.asp

Also, there are a few controls @ www.asp.net which takes care of exporting
data.

You might also want to look @ Office PIAs as well:
http://msdn.microsoft.com/library/de...dc_oxppias.asp

Personally, I prefer Crystal Reports.

HTH,
Rakesh Rajan

"jijo kuruvila" wrote:
How we can Dynamically generate a MS Word document using ASP.Net?
--
Jijo kuruvila
trivandrum,Kerala,India

Nov 16 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Peter Kirk | last post by:
Hi there I have a form which submits a list of data to a web-application (which then saves to a database). The list consists of four input fields per row. Eg....
4
by: Jake Lewis | last post by:
I have an HTML page that loads fine including the .js file <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Untitled Document</title> <script...
3
by: Leonard | last post by:
I want to create a Word document that will display data from a database. I don't want to create the file on the server, I just want to stream it out directly to the user. When they click a...
4
by: josepe | last post by:
Hi, I want to do a dinamicly generation of a word doc in my ASP page. I do it with the next code: <% Response.ContentType = "application/msword" Response.AddHeader "content-disposition",...
3
by: Brian Kwan | last post by:
Project Description: Develop a web application to help manage sale operations. There is a function that to generate a report using data in database, which is a Word document on server and let user...
0
by: jijo kuruvila | last post by:
How we can Dynamically generate a MS Word document using ASP.Net??? -- Jijo kuruvila trivandrum,Kerala,India
1
by: Kishore | last post by:
Hello, Is it possible to generate a CHM file dynamically, from an html file or a word document, through code. I searched on the net, but could not find any answers. I would like to generate a...
2
by: KnotKnormal | last post by:
I would like to dynamically load a HTML page (or a Word document), which is embedded in a table when the user clicks on a hyperlink to go from HTML page one to HTML page two. For example, I would...
3
by: Ryan | last post by:
Hi All, I need my application to be able to generate a Microsoft Word document (Using Visual Basic 2005). So a user clicks a button (create document) and the Word document is created and...
11
by: Faisal Vali | last post by:
Are there any guidelines people use that help them decide when it is better to dynamically generate all html elements using javascript versus actually writing some html and using it as scaffolding?...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.