We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
首先,您是对的,不幸的是,VS 的免费版本 Visual Studio Express 不支持 VSTO。
然后,您可能需要查看 ExcelDNA。我还没有专门用 IronPython 尝试过,但它应该可以工作。 ExcelDNA 是一个免费库,允许您构建 xll Excel 加载项并使用 .NET(最高版本 4)。
First, you are right, unfortunately VSTO is not supported in Visual Studio Express, the free version of VS.
Then, you may want to look into ExcelDNA. I haven't tried it specifically with IronPython, but it should work. ExcelDNA is a free library which allows you to build xll Excel add-ins and use .NET, up to version 4.
另一个 codeplex 项目可能会有所帮助:xll.codeplex.com。这实际上取决于您从 C++ 调用 IronPython 的容易程度。
Another codeplex project might be of help: xll.codeplex.com. It really depends on how easy it is for you to call IronPython from C++.
“普通的旧式”VBA 插件不可能吗?它将变得更小、实施速度更快、部署更容易。
Is a "plain old" VBA add-in out of the question? It's going to be smaller, quicker to implement, easier to deploy.