Choice of the Excel engine that the GoExcel functions will use.
Namespace: Autodesk.iLogic.Interfaces
Assembly: Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 30.0
Syntax
VB
Public Enumeration ExcelEngine
C#
public enum ExcelEngine
Members
Member name | Value | Description | |
---|---|---|---|
Internal | 1 | Use the internal Excel library (LibXL) that is installed with Inventor. | |
COM | 2 | Use the Excel COM interface (through .NET interop). | |
LibreCalc | 3 | Use LibreCalc to access Excel files |