Reputation: 89
I have a .NET dll which wraps SQL data base to query the data base. The data in SQL has to be displayed in Google spreadsheet using this .NET dll. Is there a way to call .NET dll in Google spreadsheet?
Upvotes: 2
Views: 469
Reputation: 29540
You can implement a web service with microsoft azure (microsofts cloud computing platform). You google app can then call that web service and can way use your dll's this way.
Upvotes: 2