The Abacus Formula Compiler (AFC) compiles computations defined in
spreadsheet files directly to Java byte code. Users can thus customize
an application using Excel or OpenOffice. AFC compiles against your
own Java interfaces to obtain input values and compute output values
(it essentially generates strategy implementations for you), and
supports internal computations with either double or BigDecimal (for
financial applications).

We're proud to finally announce the first public release of AFC under
the GPLv3. AFC was developed for use within the Abacus ERP Suite, but
always with the aim of releasing it as open-source once it was mature
enough. It is now available at:

 http://formulacompiler.org/

Disclaimer: AFC uses JExcelAPI, not POI, to access .xls files. Please
forgive me for nevertheless intruding on the POI list.

Cheers,
-peo

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to