Reading and writing Word documents
I've never had to deal with programmatic access to Office documents, but that's recently changed. I'm hoping for a relatively simple C# solution (rather than VBA) that will allow me to read from and write to Word documents (doc and docx), and keep the formatting. I don't mind if there's some complexity involved to achieve this, so long as it isn't arcane.
John GlennPosted Mar 9, 2012, 5:51 AM
if need to C# read Word files of relatively small size (20 paragraphs or less), you can do it for free with this C# / VB.NET Word library.
You can C# write Word files of any size for free with this library, but after 20 paragraphs, additional header will be added to your document.
Library has simple and very easy to use API and very good performance.
Mahesh ChandPosted Aug 25, 2010, 9:50 PM
Here is one article:
Reading a word document using C#
Go to home page and see Office Interop section in the left site technologies. There are many articles on how to create (read and write) word documents.
William SnellPosted Aug 25, 2010, 9:19 PM
Bryian TanPosted Aug 25, 2010, 7:50 PM
Try ASPOSE