How to read dynamic excel sheets (ex: data 2024,data 2025).
I will get any one of the sheet(data 2024 or data 2025) in excel
How to provide excel sheet name in excel read range and read cell activities(classic)
How to read dynamic excel sheets (ex: data 2024,data 2025).
I will get any one of the sheet(data 2024 or data 2025) in excel
How to provide excel sheet name in excel read range and read cell activities(classic)
Sheet will very for different excel file
@balanirmalkumar.s
How are you getting the sheet names?
If you want to read the sheets based on the index you can use the workflow below, This will read the sheet irrespective of its name
Hope this helps
Hey @balanirmalkumar.s if you want to read excel file dynamically you can use get workbook sheets so it will give you a collection of all the sheets present in the Excel file then you can use one if condition like given in the below screenshot.
cheers
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.