I am following this link to try custom functions.
First I put customfunctions.js
and customfunctions.html
in my local folder, and then replace https://<INSERT-URL-HERE>
in the manifest file with their path: I tried \\SOFTTIMUR9FDC\Users\SoftTimur\tmp\EXCEL-CUSTOM-FUNCTIONS
and \\Mac\Home\tmp\EXCEL-CUSTOM-FUNCTIONS\
, but I could not see any application in SHARED FOLDER
in Excel.
Then, I put these 2 files on a website, and then replace https://<INSERT-URL-HERE>
in the manifest file with their https address. Now, it worked; I could see the application in SHARED FOLDER
in Excel and the custom functions worked.
So is it expected? In other words, when we test custom functions, we could not save these files in LOCAL; we have to save them in a website?
PS: when we develop a normal excel add-in, there is no problem to save the source files in local.