Hi all,
I would need to know if it is possible to create an excel file using application scope in background mode. I am trying it but it is not working. It sends this message error: It was not possible to open the excel file “name excel”
But, if I use a write cell of workbook activity, it is working and creates the excel file.
Could you assist in this question?
Many thanks in advance!
Lak_Ui
(Lakshmi)
June 15, 2022, 8:46am
2
with application scope alone excel will not be created …you have to use write range activity along with it
Please mark it as solved if it helped
Usually, if you use excel application scope and you put a route\myexcel.xlsx the excel file is automatically created. At least in foreground.
Is it possible that in background is different?
Hi @Angel_Llull_Rivero1 ,
Do you mean if we can use Excel Application Scope
in a Background process ?
The Background Process are you referring as stated here ?
The UiPath Documentation Portal - the home of all our valuable information. Find here everything you need to guide you in your automation journey in the UiPath ecosystem, from complex installation guides to quick tutorials, to practical business...
If so, you could Check the Docs below that mentions some restrictions about using the Microsoft applications
The UiPath Documentation Portal - the home of all our valuable information. Find here everything you need to guide you in your automation journey in the UiPath ecosystem, from complex installation guides to quick tutorials, to practical business...
1 Like
system
(system)
Closed
June 18, 2022, 9:02am
6
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.