Hi, I have read the tutorial on how to create a UDF http://poi.apache.org/spreadsheet/user-defined-functions.html
However my problem is of different kind. I cannot do the calculation from java since it involves live data. How it works in excel is that we type =func("arg1", "arg2"). Where VB sends out a request to a live server and arg1 and arg2 values are replaced in realtime. So my question is, how do I register this as a function without getting a Function Parse Exception? I just need to set the value into this "=func("arg1", "arg2")". If I use setCellValue excel shows #N/A or #Name? Thanks! Steve -- View this message in context: http://apache-poi.1045710.n5.nabble.com/UDF-Issue-tp5710968.html Sent from the POI - Dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org