开发者

How do I create a GUI add in for excel?

开发者 https://www.devze.com 2023-03-30 18:52 出处:网络
I\'ve done some mucking around on Google but I still can\'t find what project this would be in Visual Studio. I want to create a GUI add in for Excel, for example a dock window on a ribbon with a wind

I've done some mucking around on Google but I still can't find what project this would be in Visual Studio. I want to create a GUI add in for Excel, for example a dock window on a ribbon with a windows form. What project would this be in Visual Studio? I have tried Excel add in but I don't know if this has the GUI component I'm looking for.开发者_如何学JAVA


Microsoft offers you "Visual Studio Tools for Office" (VSTO) for this purpose, see here for more information.

http://en.wikipedia.org/wiki/Visual_Studio_Tools_for_Office#External_links

But if you want a more lightweight solution, and you need it only for Excel, I suggest you have a look at Excel DNA

http://exceldna.codeplex.com/

This is freeware, mature, works even with the Express editions of Visual Studio and different from VSTO you can combine every supported .NET version with every Excel version and every Visual Studio version you like. I have created some Excel addins with Excel DNA on my own, and I love it.

0

精彩评论

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

关注公众号