Implement Your Own Formula Functions

From Documentation
Revision as of 06:43, 22 August 2013 by Hawk (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Implement Your Own Formula Functions



Stop.png This article is out of date, please refer to http://books.zkoss.org/wiki/ZK_Spreadsheet_Essentials for more up to date information.


Available in ZK Spreadsheet EE only

In addition to supporting over 200 built-in Excel formula functions, ZK Spreadsheet also allows developers to define their own custom formula functions. Developers can implement these custom formula functions as Java static methods and map them as a custom formula function either by using ZK's xel-method directive or in a more traditional way of an EL function registered as a TLD.

Version History

Last Update : 2013/08/22


Version Date Content
     


All source code listed in this book is at Github.


Last Update : 2013/08/22

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.