Excel
Dynamically create and load user defined functions (UDF) for excel using Excel-DNA
Recently I faced a challenge of developing an excel plugin that can interact with a Java calculation server. The Java server was able to dynamically load JARs that contained all the calculations and make them available for invocation through a REST endpoints. If you wish to develop a Java server Read more…