I would like to create a new Excel function (user Defined Function), for that i did the same steps as in this link: https://excel-dna.net/
I created a class Library Project
I installed the package ExcelDna.Integration
I created a method sayHello
But when i try to call my function from a cell in excel (i put =sayHello("World"), the function didn't appear, it seems it's not added to excel functions. is there some missing steps? how can i make my function appear to be able to use it ?