0
votes
votes
1 answers
How do I write strings inside a word2010 document (docx) from inside c#?
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 ...
