Custom Formula Functions"

From Documentation
Line 3: Line 3:
  
  
Spreadsheet allows developers to implement their own custom formulas and use these formulas like built-in ones.
+
Spreadsheet allows developers to implement their own custom formulas and use these formulas like built-in ones. You can just enter your custom formula like <tt>=MYFORMULA(A1)</tt> and it works like other formulas. To implement such a custom method is easy: just create a static method and declare it in a ZUL page with  EL method or tag library.

Revision as of 10:25, 16 July 2013


Custom Formula Functions




Spreadsheet allows developers to implement their own custom formulas and use these formulas like built-in ones. You can just enter your custom formula like =MYFORMULA(A1) and it works like other formulas. To implement such a custom method is easy: just create a static method and declare it in a ZUL page with EL method or tag library.