McLeodMoores / xl4j

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

Add a property to the @XLFunction annotation that indicates whether a calculation is likely to be slow #109

Closed emcleod closed 7 years ago

emcleod commented 7 years ago

This can be used to tell Excel whether or not to precalculate if the function wizard is open. Prerequisite for #108