What is the best way to embed Excel in c# application [closed]

旧街凉风 提交于 2019-12-08 02:14:56

问题


I want to embed MS Excel into my wpf C# application within a tabbed view, so that the user can utilise the real MS Excel (not a clone) to manipulate data generated within my application easily.

What is the most effective way to embed Excel / Office applications into your .net application going forward. Is it:

1) Webbrowser

2) ActiveX (commercial or try to fix DSOFramer from 2008)

3) Using SetParent on the window handle of Excel and making it a child window of your application.

来源:https://stackoverflow.com/questions/49387721/what-is-the-best-way-to-embed-excel-in-c-sharp-application

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