VSTO integration in asp.net web application

五迷三道 提交于 2020-01-05 09:23:21

问题


I want to implement VSTO word integration in web application mvc3, like google docs. Is it possible to update word document online ? through VSTO.


回答1:


VSTO enables you to run your code inside MS Office applications, such as Word, Excel, etc. and integrate your application with Office's features. However, this includes only desktop Office applications, which do not expose any web UI.




回答2:


VSTO is not designed to be used in web applications. It introduces a dependency on MS Office which is not a server side application.




回答3:


VSTO can not used in web application.




回答4:


SharePoint and SharePoint Online is there for your purpose.



来源:https://stackoverflow.com/questions/10681035/vsto-integration-in-asp-net-web-application

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!