Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要从 Word 文档中读取表格并将它们显示在我的 WPF 应用程序中。最好的方法是什么?
我Word Interop用来阅读Word文件。我可以使用该Word.Document.Tables集合从 Word 文件中获取表格。但我无法找到如何在我的 WPF 应用程序中显示这些表。
Word Interop
Word.Document.Tables