Why does excel close after the robot finishes

Good day to everyone. I have developed a robot that generates an Excel spreadsheet as a report. I would like the spreadsheet to remain open once the robot finishes its task, allowing the operator to review the robot’s output. I have added some activities at the end of the project, but the Excel file always closes and does not stay open. I believe I have configured everything that might be necessary for it to function correctly, yet I am unsure of how to proceed further.
I attach the images showing how I have configured the Excel scope.


@Matias_Clemente.Arg

This is for Windows Project

Just Enable Keep excel file open property of Use Excel File activity

Which project type you are using and which activity?

Good day, esteemed colleague. My UiPath Studio is set to Spanish; that option is already enabled.

Saludos cordiales.

Ohh ok @Matias_Clemente.Arg In that case it could be a bug in the Excel package version. Can you try changing it to latest possible or lower if already on latest.

That would not be a feasible solution in my case, as the machine does not belong to me. However, I will seek an alternative solution, such as sending the file via email once completed.

Thank you for the suggestions.

At the end of your process, use the Start Process activity to open the Excel file. Then it shouldn’t close when the job ends.

@Matias_Clemente.Arg I meant project excel package

Indeed, this was the solution! Thank you very much!