How to add a VBA function to an Excel file in C# -


my c# program creates excel file, want file have vba function (so user change without rerunning program). how can this?

perhaps using openxml sdk 2.0.

and parts of this answer on stackoverflow.


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -