Skip to content

Close Excel Activity

The Close Excel activity enables the termination of an Excel application instance once all required operations have been completed. This activity ensures that the file reference is properly released and the application process is closed within the automation workflow.

Field Description Requirement
Excel Name Specifies the reference name of the Excel file that was previously opened or created in the workflow. Required

Action Types & Examples

Close Workbook Reference

  • Format: string
  • Example Result: "newExcel"

Implementation Examples

Field Setup - Select the appropriate workbook reference from the Excel Name dropdown menu to identify which instance to terminate.

Execution Parameters - Excel Name: newExcel

Technical Notes

This activity should be positioned at the conclusion of Excel-related tasks to ensure the environment is cleaned up. It is recommended to use a Save activity prior to this step if data persistence is required, as the Close activity focuses on process termination.