正在寻找使用 IronPython 开发 Excel 插件的免费方法?

发布于 2024-10-20 15:38:48 字数 1539 浏览 3 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

好倦 2024-10-27 15:38:48

首先,您是对的,不幸的是,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.

神魇的王 2024-10-27 15:38:48

另一个 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++.

煮茶煮酒煮时光 2024-10-27 15:38:48

“普通的旧式”VBA 插件不可能吗?它将变得更小、实施速度更快、部署更容易。

Is a "plain old" VBA add-in out of the question? It's going to be smaller, quicker to implement, easier to deploy.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文