blah blah blah is here! blah blah » Close

0
votes
1 answers

How do I write strings inside a word2010 document (docx) from inside c#?

q12
349

How do I write strings inside a word2010 document (docx) from inside c#? I can extract(with Ionic.Zip.dll) the xml that contain the whole data from a docx, and read it with a StreamReader, but i want to "Open" the docx, not extra ...

Feedback