Hi,
Everybody knows that if you want to obtain the names of excel sheets you have to use Excel application scope, get the wb as variable and then wb.GetSheets.
BUT!
If you don’t have excel installed this will cause an exception.
SO…
How can we read the excel sheets with Invoke code activity and vb.net without office installed?
Somebody has an example?