在ASP网页中怎样用c#读出word文档 C#
在ASP网页中怎样用c#读出word文档?有没有专门的控件啊,若没有怎样写?如果只是读取用流就可以实现了,打开当前页面显示word,如果存在交互,就要用owc控件了...
在ASP网页中怎样用c#读出word文档?有没有专门的控件啊,若没有怎样写? 如果只是读取用流就可以实现了,打开当前页面显示word,如果存在交互,就要用owc控件了
展开
若以下回答无法解决问题,邀请你更新回答
1个回答
展开全部
Object Nothing=System.Reflection.Missing.Value ; //取得Word文件保存路径 object filename= "E:/站点//新建 Microsoft Word 文档.doc "; //创建一个名为WordApp的组件对象 Word.Application WordApp=new Word.ApplicationClass(); //打开文档对象 WordApp.Documents .Open (ref filename,ref Nothing,ref Nothing,ref Nothing,ref Nothing,ref Nothing,ref Nothing,ref Nothing,ref Nothing,ref Nothing,ref Nothing,ref Nothing,ref Nothing,ref Nothing,ref Nothing,ref Nothing); this.read_tb .Text =WordApp.MailMessage .ToString (); //保存 WordApp.ActiveDocument.SaveAs2000(ref filename,ref Nothing,ref Nothing,ref Nothing,ref Nothing,ref Nothing,ref Nothing,ref Nothing,ref Nothing,ref Nothing,ref Nothing); //关闭 WordApp.ActiveDocument.Close(ref Nothing,ref Nothing,ref Nothing); WordApp.Quit(ref Nothing,ref Nothing,ref Nothing); ---------------------------- 还是读不出来 查看原帖>>
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询