Posted 22 June 2022, 4:03 am EST
Hi there,I'm evaluating SpreadJS and I have 2 questions regarding custom functions:
1. Can you provide an example of how to generate a custom function dynamically via code? For example if I get a list of function names and operations from a DB how can I turn them into custom function in SpreadJS? I tried creating a custom function factory but it didn't seem to work.
2. I noticed that in the Custom Functions demo that the custom functions do not appear in the auto-complete list (for example when typing "=" in a cell) like the built-in ones do. Is there a way to make them discoverable in the autocomplete?
Thanks