日期:2014-05-17  浏览次数:20895 次

C#怎么读取word里的文本内容?
最好能读出来这样的格式
<p>第一行内容</p>
<p>第二行内容</p>

或者是这样的格式
第一行内容<br>
第二行内容</br>


------解决方案--------------------
引用:
本帖最后由 net_lover 于 2013-02-28 08:28:14 编辑
            Reading a word document using C#

Read Document Text Directly from Microsoft Word File

How To Read Microsoft Word File in C#
……