- Refactored protocol to directly marshal xloper objects
- FunctionServer can now return excel errors, integers and booleans.
- Added support for C++ via JXLL.
- New demo, XLLServer, loads and exposes functions from other XLLs.
- Note: Erlang server not currently supported due to change in protocol. This is TBD.
- Included a CSV reader utility for function information.
- Added a server implementation in Erlang.
- Added excel help text support for scripts
- Added CSV functions to example
- Added reflection functions to example
- Added javascript handler that compiles scripts
- Added lisp function handler example.
- Bug fix for returning empty collections.
- Refactoring package names to "xlloop" structure.
- Added ability to register functions as real excel functions (with associated help text).
- Improved marshalling of arrays and vectors.
- Added example server.
- Bug fixes.
- Java source changed to 1.4 compatibility.
- Included BSF jar in download.
- Bug fixes.
- Added support for BSF scripting.
- Bug fixes.
- Initial version.
- BSF integration not working yet.