当前位置:编程学习 > C#/ASP.NET >>

如何简单读取word

用普通读取.txt的方法。读取出来的word是乱码。在网上找了下。。用office组件。。可是不行。。
郁闷。。
求高手。。。最简单的读取word就可以了。。。 --------------------编程问答-------------------- 你的分太少了,加分的话我写段代码给你,保证可用。 --------------------编程问答-------------------- 为了分,没必要!
baidu下,c#操作word。很多的。
我记得我的boyi_yan那里有下载! --------------------编程问答-------------------- 晕。。没必要吧。。。在这里就是为了大家一起交流啊。。一起学习吧。。何必为了分数列。。
--------------------编程问答-------------------- 操作word
Word.Table TableTest;
Word._Application WordTest;
Word._Document DocTest;
WordTest = new Word.Application();
DocTest= WordTest.Documents.Add(ref oMissing, ref oMissing,
ref oMissing, ref oMissing);


WordTest.Visible = true;
object Pa=page.Server.MapPath(@"../A.doc");

DocTest.Close(ref oMissing,ref oMissing,ref oMissing); --------------------编程问答-------------------- http://dev.csdn.net/develop/article/20/20901.shtm
补充:.NET技术 ,  ASP.NET
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,