سؤال

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