I have a C# application where i want to implement a logic for a programm which will open the word document and go to a certain place in the page and create a Table and put values in that. Can any one tell me how to implement this. I am using Visual studio 2005
|
|
|||
|
|
|
Word will quite happily open a file in HTML with the extension .Doc. You can have all the formatting you want by using an internal style sheet. A very similar question came up here: |
||
|
|
|
|
i am looking to format my dynamic html asp.net table. can some one give me url or expalin, how to formate dynamic tables in asp.net thanks |
||
|
|
|
|
If you don't want to use Word Automation, e.g. you don't have Word installed on the computer running your program, you should have a look at Aspose.Words. The only problem is that it's not free. |
||
|
|
|
|
This should help as well.
|
||
|
|
|
|
Look up "Word Automation". For example, KB316384, which covers: The sample code in this article demonstrates how to do the following:
|
||
|
