473,563 Members | 2,696 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Dynamically generate a MS Word document using ASP.Net

How we can Dynamically generate a MS Word document using ASP.Net?
--
Jijo kuruvila
trivandrum,Kera la,India
Nov 16 '05 #1
3 9313
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,Kera la,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,Kera la,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,Kera la,India

Nov 16 '05 #4

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

Similar topics

1
2386
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. <field_1.1><field_2.1><field_3.1><field_4.1> <field_1.2><field_2.2><field_3.2><field_4.2> <field_1.3><field_2.3><field_3.3><field_4.3> ....
4
2648
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 language="JavaScript" type="text/JavaScript" src="ve3d.js" ></script> </head>
3
1904
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 button, the Word Save Open window will open, and allow the user to Save or Open the document in Word. I know I need to use response.binarywrite, but I...
4
3964
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", "inline; filename=OrderFax.doc" %> But i have a problem with the margins of the word doc, by default the margins are: left:3.17 cm, right: 3.17cm.
3
11278
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 to download and print it out. Problem: Found that it's risky to do Word automation on server side using ASP. The layout of report is a bit...
0
357
by: jijo kuruvila | last post by:
How we can Dynamically generate a MS Word document using ASP.Net??? -- Jijo kuruvila trivandrum,Kerala,India
1
1260
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 help file, for a particluar form/page on the fly. Any help is greatly appreciated. Thanking you for your time,
2
1929
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 like the secretary at a school to update a Word document concerning homework assignments. This Word document would reside on the server. When changes...
3
1223
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 populated with variable data. Is there any way to do this? Thanks.
11
2715
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? I have been using the extjs framework ( I haven't see this library critiqued much on this forum - unlike prototype, jquery and dojo which the...
0
8106
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7638
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
1
5484
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5213
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3642
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3626
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2082
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1198
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
923
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.