Excel application scope problem

I’m trying to create new excel file & write datatable in it. i get this error
Excel Application Scope: Failed opening the Excel file file:///C:/Users/Uipathuser/OneDrive%20-%20Taxology/RPA/Voucher%20Split/Output/DeutscheBank-04-04-2023%2017:56:35.xlsx. Possible reasons: the file is corrupt, the file is already used by another process or you don’t have permissions to open the file.

But i passed excel file path like this str_ExcelPath–> C:\Users\Uipathuser\OneDrive - Taxology\RPA\Voucher Split\Output\DeutscheBank-04-04-2023 17:56:35.xlsx
I dont know why this happening?


@Anil_G @supermanPunch @Sudharsan_Ka

Hi @pravin_bindage ,

We cannot have : in file name.

image

2 Likes

Hi @pravin_bindage

File should not contains the these symbols in name change that character to _ or space and try again
image

Regards
Sudharsan

Regards
Sudharsan

2 Likes

Oh sorry guys

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