Read Multiple Sheets in UIPath

How to Read Multiple Sheets in a Workbook?

Please refer to below code.

ConvertExcelSheetToPDF.zip (182.4 KB)

In the Excel Application Scope,

Use Get Workbook Sheets to get the list of sheets available in the workbook.

Use For Each Activity to loop thru each sheet.

Regards,
Karthik Byggari

1 Like

Do u mind typing out code in uipath? Especially the for each loop part?