I want to read to my WEBApplication excel file,
I found a way to do it with connection string the problem is that i don’t spouse to know the work sheet amount and names. moreover, i want to use this names in DropDownList to give the user the ability to choose one.
I want to read to my WEBApplication excel file, I found a way to
Share
If in your project you set a reference to assembly
Microsoft.Office.Interop.Excelyou can read your Excel file and use all functions you need.EDITED after user comment: