I have an array of string like the following: arraySheets = new string(){“7-3-2019”, “7-2-2019”, “7-1-2019”}
This array of string contains the sheet names in string format. Now, I need to append all data into one new Excel workbook. I am using Excel Application Scope to work on this Excel workbook, but I am not sure how I can get the actual sheet from its sheet name in string.