如何将加载项安装到 Excel 的自动化加载项列表?
我有一个用于自动化插件的 C# 类库项目,我已为其创建了一个 Visual Studio 设置项目。
当我运行安装程序时,我希望加载项出现在 Excel 自动化加载项列表中(工具-->加载项-->自动化加载项),以便我可以将其直接包含在我的 Excel 应用程序中。
我该怎么办?
我按照此处的链接创建了一个设置项目 http://dreamincode.net/forums/showtopic58021.htm,但该加载项未出现在自动化加载项列表中。
我在这里错过了什么吗?
I have a C# class library project for an automation add-in for which I have created a Visual Studio set-up project.
When I run the installer, I want the add-in to appear in the Excel automation add-in list (Tools-->Addins-->Automation Addin) so that I can directly include it in my Excel application.
How do I go about it?
I created a setup project following the link here http://dreamincode.net/forums/showtopic58021.htm, but the add-in does not appear in the Automation add-in list.
Am I missing something here?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
项目属性->调试->启用 Visual Studio 托管进程
运行后,你会发现可以在Excel中选择的addin
Project properties -> Debug -> Enable the Visual Studio hosting process
after run it, you will find addin that can be selected in Excel