Implement Your Own Formula Functions"

From Documentation
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.
 +
 +
=Version History=
 +
{{LastUpdated}}
 +
{| border='1px' | width="100%"
 +
! Version !! Date !! Content
 +
|-
 +
|  
 +
|  
 +
|  
 +
|}
  
  
 
{{ZKSpreadsheetEssentialsPageFooter}}
 
{{ZKSpreadsheetEssentialsPageFooter}}

Revision as of 04:26, 18 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.

Version History

Last Update : 2010/11/18


Version Date Content
     


All source code listed in this book is at Github.


Last Update : 2010/11/18

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