poidasmith / xlloop

XLLoop Excel Function (UDF) Server
104 stars 49 forks source link

Java Server Example code on website not working #12

Closed garykennedy closed 11 years ago

garykennedy commented 11 years ago

On the main website http://xlloop.sourceforge.net/, there is an example of usage with a simple java server.

The example does not compile, it refers to FunctionInformationFunctionHandler, which I suspect was renamed to FunctionInformationHandler since the example was first written.

// Create a function information handler to register our functions FunctionInformationFunctionHandler firh = new FunctionInformationFunctionHandler(); firh.add(rfh.getFunctions());

poidasmith commented 11 years ago

Thanks, for pointing this out. I have updated the example code.