Used for creating data sources reading from Microsoft Excel files. Can be the new XML
            file format (starting from Excel 2007) or the old binary format.
            
    Namespace: 
   InfigoSDKAssembly: InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public enum ExcelType | 
| Visual Basic (Declaration) | 
|---|
| Public Enumeration ExcelType | 
| Visual C++ | 
|---|
| public enum class ExcelType | 
 Members
Members
| Member name | Description | |
|---|---|---|
| Excel | 
            Excel files.
             | |
| Excel_XML | 
            Excel XML files (from Excel 2007).
             | 





