McLeodMoores / xl4j

Framework for writing Excel Add-ins in Java
Other
7 stars 3 forks source link

Long running functions should not actually be called by the function wizard #108

Open jimmoores opened 7 years ago

jimmoores commented 7 years ago

They cause the wizard to hang because they're waiting for feedback. Could short-circuit this by using xlCaller which allows you to detect calls from the function wizard.