Skip to main content
Close the readable Excel handle created by excelOpen.

Optional Parameters

  • handle: A readable handle reference to the Excel workbook data.

Output Attributes

  • success: If the handle is closed successfully, this attribute has a value of true. If the handle is not closed successfully, this attribute does not exist.

Example

This example opens an existing Excel workbook on disk, reads data from specific cells using the excelGet operation, closes the Excel workbook, and pushes that data as a new output file.