Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在我的 .net Windows 应用程序中显示一个 excel。如何使用 COM 互操作来做到这一点
任何帮助表示赞赏。
请帮忙 ...!!
谢谢你
约汉
据我所知,COM 互操作不允许您这样做。
您可以做的是使用WebBrowser控件并浏览到 Excel 文档。这应该允许您查看/编辑 Excel 文件。这里有一个例子
WebBrowser