Implement Your Own Formula Functions"

From Documentation
(Created page with '{{ZKSpreadsheetEssentialsPageHeader}} __TOC__ ==Overview== In addition to supporting over 200 built-in Excel formula functions, ZK Spreadsheet also allows developers to define …')
 
Line 5: Line 5:
 
==Overview==
 
==Overview==
 
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.
 
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.
 +
 +
 
{{ZKSpreadsheetEssentialsPageFooter}}
 
{{ZKSpreadsheetEssentialsPageFooter}}

Revision as of 11:28, 15 November 2010


Implement Your Own Formula Functions



Overview

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.


All source code listed in this book is at Github.


Last Update : 2010/11/15

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