Click or drag to resize
Accord.NET (logo)

ExcelReader Properties

The ExcelReader type exposes the following members.

Properties
  NameDescription
Public propertyHasHeaders
Gets whether the workbook has column headers.
Public propertyHasMixedData
Gets whether the data contains mixed string and numeric data.
Public propertyProvider
Gets the data provider used by the reader.
Public propertyVersion
Gets the Excel version used by the reader.
Public propertyWorksheetNames
Gets the names of the distinct sheets that are contained in the Excel file.
Top
See Also