是否可以使用 Visual Studio 2008 Express Edition 编写 Excel 插件?

发布于 2024-08-23 01:44:15 字数 252 浏览 3 评论 0原文

我有这个问题是因为我不熟悉最新一代的MS VS 产品。

但由于工作原因,我可能需要为 Excel 2003 开发一个 Excel 插件。我想研究什么是替代方案(除了使用 VBA 之外)

我安装了 VS C++ 2008 Exp Edition。从可用的项目类型来看,我认为我无法在其中创建类似 xll 的程序。正确吗?

没有必要使用C/C++。只要能完成工作,VB 或 C# 都可以。

如果有该开发环境的相关示例,请提供指点。

I have this question because I am not familiar latest generation of MS VS product.

But for work reason I may need to develop an Excel plugin for Excel 2003. I would like to study what are the alternative (other than using VBA)

I have a VS C++ 2008 Exp Edition installed. From the available project types, I don't think I can create a xll like program in it. Is it correct?

It is not necessary to use C/C++. VB or C# are fine as long as they can get the job done.

If there is any relevant example for this development env, please kindly provide a pointer.

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

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

发布评论

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

评论(2

§对你不离不弃 2024-08-30 01:44:16

您可以使用任何编译代码来为 Excel 编写 Excel 插件...只要您符合 Excel 插件的 API。

You can use anything that compiles code to write an Excel plugin for Excel... as long as you conform the the API for Excel plugins.

腹黑女流氓 2024-08-30 01:44:15

您可以尝试 XLW Excel API 的包装器

You can try XLW a wrapper for the Excel API

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