开发者

Integration of Excel With .Net

开发者 https://www.devze.com 2023-01-05 15:45 出处:网络
HI All, I want to export th开发者_高级运维e excel file using c# and in excel it should have a ribbon (button in excel) called as refresh which will get the latest data from server.

HI All,

I want to export th开发者_高级运维e excel file using c# and in excel it should have a ribbon (button in excel) called as refresh which will get the latest data from server.

Please let me know how to go forward..


You should have a look at VSTO. Visual Studio Tools for Office allows you to customize Office applications, using .Net. For Excel, you can customize specific documents or write add-ins, working from Visual Studio, in VB.Net or C#.

0

精彩评论

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