You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grpc.io
(I'm very sorry I have to ask this.)
What's the best way to use gRPC within MS Excel? One solution appears to be to write your code in C# and call that using Excel-DNA. Is there any better solution I should consider?
cver...@gmail.com
unread,
Feb 12, 2019, 4:29:35 PM2/12/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grpc.io
You might consider using GRPC web and writing an excel add-in with the JavaScript APIs. I haven't personally tried it, but it seems like they should work together and would support non-windows platforms.
Jan Tattermusch
unread,
Feb 20, 2019, 5:30:42 AM2/20/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grpc.io
Using gRPC C# in MS Excel likely won't work because the gRPC C# implementation uses a native component that might not work under Excel.
But the Excel-DNA solution you're mentioning might work - you can try it and report back your results.