I am trying to read .xls file through workbook read range but UIPath throws unexpected exception error.Is this the right approach to read .xls file? Any suggestions?
Hi Kusum
‘Read Range’ must be used inside ‘Excel Application Scope’. The below mentioned image is for your reference:
Feel free to revert for any clarifications.
Regards
Rajat
2 Likes
Hi,
Same condition for me but hear i want to use workbook read range only.
any suggestion or help please.
Excel file Name : Test.xls
You cannot, you can only read .XLSX files with Workbood read range, you HAVE to use Excel Application Scope to read .XLS files.
1 Like
Ok Bro, Thanks…