Forum Discussion
SebastianP
New Contributor
Try this out,
filePath="C:\Users\sebastian\Desktop\Sample.xlsx";
SheetName="Sheet2";
Excelbook= Excel.Workbooks.Open(filePath);
var xlsheet = Excel.ActiveWorkBook.WorkSheets.Item(SheetName);
I am using the aove and its working
anumolu9999
5 years agoContributor
Thank you SebastianP
Related Content
- 8 years ago
Recent Discussions
- 7 hours ago