5
Answers

API for .net to MS Word 2007 reading and writing

Khalid

Khalid

15y
7k
1
Hey guys,
I don't know if I am asking a right question or not, but here it is:
I am looking for an API to read and write a MS word 2007 file from a C# windows form application. Can anybody tell me how can I get it and what it's called.
I will really appreciate any help. Thanks in advance.
Answers (5)
0
jinge

jinge

NA 1.5k 42.7k 15y

Hi friend,
 
If you think the post is helpful, please do check "do you like the answer".
 
Thank you.
0
Lalit M

Lalit M

NA 4.2k 59.1k 15y
0
Khalid

Khalid

NA 33 0 15y

Hey Kirtan and Jinge,

Thanks a lot. I really appreciate your help guys.
I was trying to figure out how this Microsoft.office.Interop namespace works. Now it's working for me just fine.
Thanks again. You've been a great help.
0
jinge

jinge

NA 1.5k 42.7k 15y
0
Kirtan Patel

Kirtan Patel

NA 21.9k 4.1m 15y
For Office Document Interaction there is name space in Visual Studio 2008

using Microsoft.Office.Interop.Excel;

using Microsoft.Office.Interop.Word;

etc you can use them to Interact with the Word Excel etc ..