是否可以在.Net 3.5(C#)中编写Excel 2003插件
我们得到了一个现有的插件(用 .Net 3.0 编写),并被告知必须是这样,因为 Excel 2003 无法执行 .net 3.5。
我快速谷歌了一下,没有发现任何可以证实这一点的东西(尽管我承认我的 Googlefu 很弱)。谁能告诉我们这是否是事实?
We been given an existing addin (written in .Net 3.0) and have been told that it must be that way because Excel 2003 just can't do .net 3.5.
I have done a quick Google and found nothing that confirms this (although I admit that my Googlefu is weak). Can anyone tell us if this is the truth?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这不是真的。应该适用于所有 .Net 版本。
It's not true. Should work with all .Net versions.
请注意,您还需要 VSTO 2005 SE 才能正常工作。确保目标工作站具有 VSTO 2005 SE 的运行时版本。
我还没有找到任何文件表明这将起作用。仍在寻找,但到目前为止还没有成功。
哈!
Note that you also need VSTO 2005 SE for this to work. Make sure that the target workstation have the runtime version of VSTO 2005 SE.
I have not found any documentation indicating this will work. Still looking, but so far no success.
HTH!