How to create, edit or save a word file using c#.net. Plz suggest me the libraries and necessary tools needed to work on Word files. I need solutions for the below questions:
How to access and read and interpret word[.doc] files in .net?
How Code is to be intergrated onto the source file?
How to represent this word file in a standard format?
Suggest me some related web sites.
Also if source code of such similar projects on word.
Starting from Word 2007, word documents can be saved as Open Xml. You can use the Open Xml SDK to edit/save/etc…
Even more info:
Open Xml Scenarios
Intro to Word XML
Word Xml format walkthrough