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

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -