开发者

Looking for free way to develop Excel add-ins using IronPython? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is 开发者_开发技巧not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 8 years ago.

Improve this question

I don't know much about VSTO or VSTA, but I think you need the full version of Visual Studio to use either one. I can't convince my boss to buy us this, but I would like to develop Excel addins in IronPython. I've looked at several tutorials that show you how interact with Excel using IronPython, but I can't find much about developing addins. Can you recommend any resources?

Is my only option making a COM addin? If so, does anybody know of any example of this using IronPython?

I'm sorry to say I can't go with any options that include spending money. I've got the free Visual Studio Shell and IronPython tools for visual studio setup for free right now.


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.


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++.


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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜