I want to get a value from 12 excel sheet. is there any way that i get the values without opening the excel sheet?
I am using vb.net. Please post an example code, if there i
I don't know of any way to get a value from an Excel spreadsheet without actually opening it but you can access the spreadsheet without having Office installed if that is the problem you are having. Have a look at using the Office primary interop assemblies (see here).