How to read excel sheet data using VB.net or VBA or powershell
i want to export excel sheet data as Datatable.
If i use read range activity then i am getting read range error. so i want read excel sheet through VB.net or VBA or powershell and i want to return those data as data table.
am getting below error message.
could not read range and i tried read range workbook activity also. it is also not working.