Hi Ui path Community
i need to generate excel automation but the problem is the the sheet name keeps on changing after every download is there any way i can get sheet name from excel and store in a variable so that i can use it later
Attached the above screen shot for reference
Thank you in Advance
Hi @madhavraichur25 ,
This below link will help u
Hi,
I face a scenario where I am reading an excel file which has sheet name as “Sheet2” . But this Sheet name could change going forward. So, While reading a file using “Read Range” activity, How to pass the “Sheetname” which is currently available in the file rather than hardcoding it?
Thanks in Advance
Yoichi
(Yoichi)
December 9, 2024, 6:45am
3
Hi,
FYI, another approach:
If the xlsx file has just single sheet, the following will work.
Regards,
@madhavraichur25 ,
You can use classic activity Get Workbook Sheets
for this.
The UiPath Documentation Portal - the home of all our valuable information. Find here everything you need to guide you in your automation journey in the UiPath ecosystem, from complex installation guides to quick tutorials, to practical business...