java-jfree-libformula/README.md

7 lines
344 B
Markdown
Raw Normal View History

2024-01-06 00:05:57 +01:00
# java-jfree-libformula
LibFormula provides Excel-Style-Expressions. The implementation provided here is very generic and can be used in any application that needs to compute formulas.
The syntax is based on the OpenFormula-specifications, but with carefully pruning away all the spreadsheet specific parts (like references to cell-ranges).