Ive been trying to find any tutorial or help for how to read docx document, read its content including paragraphs, headers, list etc. I have done this with xml files using System.XML; and class XMLTextReader. But how I can do this with docx documents in Visual C#?

没有正确的解决方案

其他提示

I have used http://docx.codeplex.com/ library to do this (read a .docx file, change the contents, save it back).

Try these libraries:

  1. Open XML Format
  2. NPOI
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top