Not able to read excel

Hello all.
I am trying to read Excel file.
But getting this error.

Hi @happyfeat87

Please check If the given file path passed as the input of the Read Range Activity is Correct.

Check the complete path of the Config.xlsx

Thanks

1 Like

can you try excel application scope instead
image

1 Like

give full path ,

“D:\ExtractedDataforGDPfinal.xlsx” like this

or environment.currentdirectory+""+config.xlsx if you keeping in project folder without sub folder

1 Like

@happyfeat87

1 Try to use the "excel scope activtiy."
2. Use the "read range " activity inside the excel scope  .
3. Passed the correct file path in "Exel scope "  activity.
1 Like

Hi @happyfeat87

check whether you have the required file present
next
if it is present assign to ur varaible Config fully

next use an excel application scope and drag a read range

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.