Excel插件开发环境

发布于 2024-07-26 11:42:43 字数 94 浏览 3 评论 0原文

如果我想用 C++ 构建一个 excel 插件。 是否有任何开源/免费软件可以替代 Visual Studio 开发环境?

谢谢

院长

If I want to build an excel addin with C++. Is there any opensource/freeware alternative to the Visual Studio development environment?

Thanks

Dean

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

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

发布评论

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

评论(2

泅人 2024-08-02 11:42:43

要与 Excel 连接,您可以使用XLW。 我不确定它当前的开发状态,或者是否针对当前版本的 Excel 进行了更新。 在 Excel 12 中,他们添加了一些针对更大数据集、更多行和列以及多线程计算引擎的功能。

至于编译代码,您可以使用 MinGW。 如果您需要的话,还可以下载 Visual Studio Express 版本。 如果您从事商业工作,只需使用 Visual Studio。 就这么好。

For interfacing with excel you can use should check out XLW. I'm not sure on it's current state of development or if it is updated for the current version of excel. With excel 12 they added some features for larger data sets, more rows and columns and a multi-threaded calculation engine.

As far as compiling the code you can use MinGW. You can also download the express editions of Visual Studio if it is for yourself. If you are working commercially, just get Visual Studio. It's that good.

眼藏柔 2024-08-02 11:42:43

自由的? Microsoft Visual C++ Express 版怎么样?

以前的 Borland C++ Builder 编译器 似乎也可以免费下载。 不过,不确定版本,您需要某种方法来编辑/调试。

然后,Eclipse 中提供了一些可用的东西,

还有更多。 请参阅此列表

不要忘记Excel SDK 并确保您了解 Excel 2007 中出现的更改。 ..

Free? How about Microsoft Visual C++ Express Edition?

The former Borland C++ Builder compiler also appears to be freely downloadable. Not sure about version, though, and you'd need some way to edit/debug.

Then there's something available in Eclipse

There are plenty more. See this list

Don't forget the Excel SDK and make sure you're aware of the changes that appeared in Excel 2007...

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