c# - Get the macro names only from excel sheet and display the names in a WPF combobox dynamically -
i have wpf application consisting of combobox , have excel file "macrosheet.xls" stored in computer in particular location. want fetch macro names only excel sheet , display in comboboxitem list dynamically on button click.
xaml
<combobox x:name="macrolist"> </combobox> <button x:name="showmacronames" content="showmacronames click="showmacronames_click"/>
i've searched lot on internet didn't solution.
note: don't want create new vsto project it.
please suggest solution can implemented within application code.
Comments
Post a Comment