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 Background Process is a template for creating processes that can run in parallel on the same Robot, together with one foreground process. For this reason, background processes must not contain activities that require user interaction. The default...
If so, you could Check the Docs below that mentions some restrictions about using the Microsoft applications
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.