Custom Formula Functions

From Documentation
Revision as of 10:25, 16 July 2013 by Hawk (talk | contribs)


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.