c# - Excel COM Add-In, with Auto-Completion and Documentation -


i have develop "something" provides functions , ribbons excel. example there should function connects internet, , returns current temperature of place (which parameter). , there should button in ribbons, shows dialog settings (url etc.).

i thought, best way accomplish this, excel-add-in. know there 2 ways of providing user defined functions: xll-add-in, , com-add-in. xll-add-in has ugly way of defining ribbons: have provide xml string. refactoring-unfriendly. that's why wanted use com-add-in. read here com-add-in has no auto-completion of udfs in excel.

so wondering if there way, , cleanly create ribbons in code , windows in xaml, , still have auto-completion , documentation in excel. thread lets me think, these 2 requirements exclude each other. nevertheless hope there way this.

many in advance.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -