您的位置:首页 > 移动开发

How to embed Excel in a .NET WinForms App

2013-09-28 17:37 459 查看
Download and install owc11.
Run AxImp on OWC11.dll, which will have been installed in the microsoft shared\web components directory (ie C:\Program Files\Common Files\microsoft shared\Web Components\11\). AxImp.exe can be found in the Windows SDK (ie, C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bin\AxImp.exe).
In Visual Studio project, drag OWC11.dll to a toolbox tab and drop the Excel component on form.

Voila. When it comes deployment time, you’ll need the AxInterop.OWC11.dll.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐