Reputation: 2470
I am trying to develop the office excel add-in, similar to one i had for office 2013. in that i was using user defined function created using "VBA" and could fetch the data in the cells.
The advantage i had was 1. if i close my excel file and open it again, i could refresh the function and it would fetch the latest data.
i want to achieve something similar to that,
let me know how to achieve that using office js apis, I know that user defined functions are not supported in excel online
Upvotes: 2
Views: 2305
Reputation: 2668
JavaScript custom functions in Excel are now available in Developer Preview for anyone to try: https://aka.ms/customfunctions
-Michael, PM for add-ins
Upvotes: 1
Reputation: 4104
The community has requested that Microsoft consider implementing this via the Excel and Office Developer Platform UserVoice pages;
One of these appears to be 'started', so hopefully we will see this feature in the Office Javascript API soon!
Upvotes: 1