XLLoop
Excel Functions in Java, Javascript, Ruby, Python, Erlang
Old Change History
V0.1.0
  • 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.
V0.0.7
  • 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
V0.0.6
  • Added lisp function handler example.
  • Bug fix for returning empty collections.
  • Refactoring package names to "xlloop" structure.
V0.0.5
  • Added ability to register functions as real excel functions (with associated help text).
V0.0.4
  • Improved marshalling of arrays and vectors.
  • Added example server.
  • Bug fixes.
V0.0.3
  • Java source changed to 1.4 compatibility.
  • Included BSF jar in download.
  • Bug fixes.
V0.0.2
  • Added support for BSF scripting.
  • Bug fixes.
V0.0.1
  • Initial version.
  • BSF integration not working yet.