Aman
Aman

Reputation: 11

Integration of Excel With .Net

HI All,

I want to export the 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..

Upvotes: 1

Views: 2490

Answers (1)

Mathias
Mathias

Reputation: 15391

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

Upvotes: 2

Related Questions