Formulas using custom functions
I am using
EasyXLS Professional for Java V6.0
I have written VBA functions inExcel which I would like to access from my java workbook.
I can see that EasyXLS supports the built in Excel functions
e.g.
However let us say that I have defined a VBA function called GetYea()
When I try the following code
then EasyXLS just puts =GETYEA in the cell
Thank you very much