views:

38

answers:

1

hi,

I am working with OpenXML manipulating the document.

Do we need to have office installed for opening document through OpenXML?

+2  A: 

No. You only need to have a reference to the library that provides all the OpenXML functionality. That library is not dependant on Office.

ZippyV
Thanks Zippy, I thought so, I am struggling to open a DOT file with OpenXML so just wanted to make sure. http://stackoverflow.com/questions/3014792/opening-dot-file-with-openxml
SomeMeaningfulName