开发者

Can google API use .NET dlls

开发者 https://www.devze.com 2023-02-01 23:25 出处:网络
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.

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?


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.

0

精彩评论

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