문제

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