Click here to Skip to main content
15,918,243 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
how to convert .doc file .csv file, i don't need converter, i need C# code code behind this.....
Posted

1 solution

If you need such code, you can write it.

You will need to use one of the Office interop assemblies. Please see:
http://msdn.microsoft.com/en-us/library/15s06t57%28v=vs.100%29.aspx[^].

See also:
http://msdn.microsoft.com/en-us/office/hh128772.aspx[^].

With C#, you just need to add the assembly using the tab ".NET" of the "Add Reference" window. The assembly you need will be found under the name "Microsoft.Office.Interop.Word"; look for appropriate version.

—SA
 
Share this answer
 
Comments
ananth220 29-Mar-12 0:50am    
Thank you but this is not the correct solution..........
Sergey Alexandrovich Kryukov 29-Mar-12 0:54am    
Not correct? How do you know?!
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900