Click or drag to resize

ExcelDataProvider Class

Base provider class for excel files.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.Runtime.InteropServicesStandardOleMarshalObject
      BaseObject
        Wrapper
          Easymap.AddIn.CommonLTComponent
            Easymap.AddIn.Data.ProviderDataProvider
              Easymap.AddIn.Data.ProviderExcelDataProvider

Namespace: Easymap.AddIn.Data.Provider
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public class ExcelDataProvider : DataProvider

The ExcelDataProvider type exposes the following members.

Properties
 NameDescription
Public propertyFilename Gets or sets the filename of a excel file.
Public propertySkipRows Gets or sets a value indicating how many rows the DataProvider has to skip from the beginning.
Public propertyTableNames Gets an array including names of all available tables form the excel file.
Public propertyUseHeaders Gets or sets a value indicating whether the first row contains header names.
Public propertyViewNames Gets an array including names of all available views form the excel file.
Top
See Also