I have some handy Excel add-ins running under Excel on Windows and I would really like to produce versions of the add-ins that will work with Excel on OS X. Under Windows I use the fantastic Excel-DNA package to allow me to invoke my .Net based logic from VBA. However, on my Mac I'm really struggling to even find a start point when it comes to writing, packaging, deploying and then calling a C# or F# based add-in.
Alternatively is there some non-VBA I can rewrite my add-ins so they will run on both Windows and OSX? I'm open to Scala, Python or anything else that gives me the desired portability.
I can see a post on here from 2011 and so I'm writing in the hope that things have progressed since the last query of this type in 2011.