Closed jimmoores closed 7 years ago
Actually, that might not even be the behaviour we want, we may want to @XLFunctions to just skip anything with an @XLFunction annotation.
Agreed. Currently a method will be registered twice. I'll change it to check if there's an @XLFunction annotation and if so, don't register again.
It's not documented and I have no idea what it does. What would be ideal is that default values are taken from @XLFunctions and @XLFunction overrides anything it wants different but I suspect that isn't the current behaviour.