473,402 Members | 2,050 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,402 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 9294
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?...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new...

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.