XlsDataReader Properties |
The XlsDataReader type exposes the following members.
Name | Description | |
---|---|---|
Columns |
Collection of columns to include in the source data.
(Inherited from SpreadsheetDataReader.) | |
CurrentSheet |
Gets or sets the index of the current sheet in the workbook.
(Inherited from SpreadsheetDataReader.) | |
Settings |
Has all the options that are able to be set that will affect the way
records are parsed.
(Inherited from SpreadsheetDataReader.) | |
SheetCount |
Returns the count of sheets found in the workbook.
(Inherited from SpreadsheetDataReader.) | |
SheetNames |
Returns the list of sheet names as a string array in the correct
order. The array can then easily be bound to a combo box for example
for sheet selection in a windows form.
(Inherited from SpreadsheetDataReader.) |