Javascript – Arrays as inputs to custom functions causing the add-in to fail loading
I am trying to write custom functions for Excel which take arrays (i.e. a range of cells) as input and return either a value or an array. Here's an example from my function.ts file: /* global clearInterval, console, CustomFunctions, setInterval…