Search code examples
c#excel-addins

Excel Add-in connect to REST API


I need to write an Excel Add-In that communicates with an existing REST API that I created. The API allows the user to upload data from the excel spreadsheet to a SQL database. I am not sure how I accomplish this, so it would be great if I could get some sample code.


Solution

  • Take a look at these:

    VBA-WEB github page

    Excel Services REST API MSDN