ExcelSourceOptionsBase Properties
Serves as the base class for classes used to extract data from Microsoft Excel workbooks (XLS, XLSX or XLSM files) or CSV files.| Name | Description |
|---|---|
| SkipEmptyRows | Gets or sets whether or not to include empty rows into the resulting ExcelDataSource. |
| UseFirstRowAsHeader | Gets or sets whether to process the values of the first row as headers. |
See Also