Your scope is not entirely defined in the exchanges I've read so far, so I 
don't know if the following has merit, but have you considered using 
Excel's built in VBA and the Excel.XmlHttpRequest object to make HTTP based 
requests to a service written in Go?

There are several advantages, including making your Go service available to 
other HTTP clients, and limiting dependancies on the Excel side.

You also mention doing all of this via an Excel add-in.  If you're looking 
for a nice product that makes writing such add-ins very easy, check out 
Add-In Express.

add-in-express.com/add-in-net/index.php

I have no affiliation with them.  I'm just a happy customer.

--
Kevin Powick

On Tuesday, 22 January 2019 10:35:24 UTC-5, [email protected] wrote:
>
> Hi,
>
> I was wondering if there is a library supporting writing an Excel add-in 
> in Go. Googling did not brought anything besides the Window COM support 
> library. Therefore, the only way I could think of so far is writing a 
> back-end service in Go and communicating with it using 0MQ/Nanomsg/... from 
> a C# add-in. Which would be way harder to maintain in the long run. Are 
> there any (better) solutions around? Any help would be appreciated.
>
> Thanks,
> Marc
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to