The DtExcelImexMode enumeration contains modes, in which values are imported or exported from Excel files.
It is used by the following properties and methods:
Value | Brief description |
0 | Export. Not supported. |
1 | Import. Values of different types are imported and exported. Data type, used during import or export, is determined by the first n cells. The n value corresponds to the TypeGuessRows key value. In this mode the following rules of data type determination are used:
|
2 | Linked. Data type is determined by the first cells values. Data type, used during import or export, is determined by the first n cells. The n value corresponds to the TypeGuessRows key value. Values, that do not correspond to defined type, are zeroed. In this mode the following rules of data type determination are used:
|
Location of keys in the registry depends on the provider which is used data import. For details about providers used and keys assignment can be seen in description of the IDtExcelProvider interface.
See also: