Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to add assembly DocumentFormat.OpenXml.Wordprocessin in visual studio

I want to read a doc file and do some operation and I found a code, but it has asking following "WordprocessingDocument" namespace.Has anyone know from where I can find this assembly.please dont sent me a download link for .dll file because it not good to add third party .dll directly.

like image 703
Aruni Godage Avatar asked Aug 28 '13 06:08

Aruni Godage


1 Answers

you can download "Open XML SDK 2.5 for Microsoft Office" from http://www.microsoft.com/en-us/download/details.aspx?id=30425

for using this lib go to http://msdn.microsoft.com/en-us/library/office/bb448854.aspx

like image 63
Abbas Avatar answered Oct 31 '22 03:10

Abbas