Reputation: 9027
I have a word document I want to parse with C#. There are plenty of tutorials out there, but I have a hard time deciding what library to use. I found the following dlls:
These are all I found on the web. Which one should I use? Which of those are obsolete?
Upvotes: 6
Views: 5194
Reputation: 2252
Beth Massi has written several articles on OpenXML SDK on her blog http://blogs.msdn.com/b/bethmassi , and has even done several screen casts on www.dnrtv.com - that could give you an idea of what you're up against.
Upvotes: 0
Reputation: 13323
You can also do it using NetOffice
Site: http://netoffice.codeplex.com/
Using it you don't need to worry about versions and "Syntactically and semantically identical to the Microsoft Interop Assemblies" so you do your coding the same way.
Some other advantages:
Upvotes: 7