Hi, I did some serach in this forum but coudn't find any case similar to mine. I have an excel spreadsheet with an external add-in that allows importing data from an external source. basically, I type arguments in cells A1, B1 and an external formula does the import in C1. My customer's request is to write a java program that does the following: - the end user sets arguments via the application GUI - the java program then will open the spreadsheet and set the arguments in cells A1 and B1. - C1 should be evaluated (it will basically retrive data from the external source) - the GUI should be updated with the evaluated cell value
I saw in some discussions that I have to declare an udf with a dummy return value. But this will not work in my case as the evaluation has to be donne from java. Is there a way to achieve this? Many thanks Rachid -- View this message in context: http://apache-poi.1045710.n5.nabble.com/UDF-with-add-in-tp5716654.html Sent from the POI - Dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
