Wrapping jar into a dll

151 views Asked by At

I want to make a COM server packaged in a DLL for use from VBA-Excel. The functionality will be provided by Java classes packaged in a jar. How do I do this?

1

There are 1 answers

0
Tony Roberts On

For calling Java code from Excel you can use Jinx, the Excel Java Add-In.

See https://exceljava.com for details.

Using Jinx you can write a full Excel add-in including user defined worksheet functions and macros in Java, without any need for COM or VBA.