How to check excel file is available or not

Hi team,
I have to check whether my excel is available or not if yes then process further if not i want to create excel, Can anybody help me please

Thanks.

@Sandhya_Gajare

Use FileExists Activity which gives true or false

Or use File.Exists(Path) which also returns true or false

Hope this helps

cheers

1 Like

If not exists to create file i have to use Excel application scope or there is any another activity?

@Sandhya_Gajare

Excel application scope can be used

Cheers

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