Is there any way to replace old version of excel add-in custom formulas to the new version of add-in custom formula using excel javascript api and angular ?
like this : =OLD.GET(A5,B5,C5) to this : =NEW.GETGD(A5,B5,C5)
in workbook, worksheet and at cell level.
.).