ExcelSourceOptions Properties
Contains options used to extract data from the Microsoft Excel workbook.
Name | Description |
---|---|
Import |
Gets or sets settings used to import data from the Microsoft Excel workbook. |
Password | Gets or sets the password used to access the protected workbook. |
Skip |
Gets or sets whether or not to include empty rows into the resulting Excel |
Skip |
Gets or sets whether to ignore hidden columns when importing data to Excel |
Skip |
Gets or sets whether to ignore hidden rows when importing data to Excel |
Use |
Gets or sets whether to process the values of the first row as headers.
Inherited from Excel |
See Also