Replies: 3 comments 2 replies
-
I have no experience with the Javascript Office add-ins. Anecdotally it seems the development, performance and distribution are all rather painful, but it can be made to work. If you need to support Excel on all platforms, it is the only option. If you are able to limit your target platform to Excel on Windows desktop, then the various libraries based on the C API with some COM seem preferable to me, and you'd choose one based on preferred development environment as I outlined in that post. @Turhan8 What have you tried, and what choices are you facing, under what constraints? |
Beta Was this translation helpful? Give feedback.
-
My anecdatum with Javascript Office add-ins is that @govert is right, as usual. It is painful to use and excruciatingly slow. |
Beta Was this translation helpful? Give feedback.
-
https://stackoverflow.com/questions/62911443/advice-on-which-excel-addin-development-system-to-use
This is a very helpful post for people making a choice. Could you please share your views of new add-in development approach? Would a JavaScript solution achieve same level of performance?
https://learn.microsoft.com/en-us/office/dev/add-ins/overview/office-add-ins
Beta Was this translation helpful? Give feedback.
All reactions