Required Parameters
- file: The full path on disk, including the filename, of the Excel workbook.
Optional Parameters
- version: The Excel version of the target workbook. The allowed values are
AUTO,95,97-2003,2007. The default isAUTO.
Output Attributes
- handle: A readable handle reference to the Excel data. This handle can be used by subsequent operations, as shown in the following example.
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.When you use excelOpen, be sure to use the excelClose operation to close the handle at the end of the script to avoid leaking memory through open handles.