ExcelDataReader.DataSet ExcelDataReader DataSet extensions Converts all sheets to a DataSet The IExcelDataReader instance An optional configuration object to modify the behavior of the conversion A dataset with all workbook contents Processing configuration options and callbacks for IExcelDataReader.AsDataSet(). Gets or sets a value indicating whether to set the DataColumn.DataType property in a second pass. Gets or sets a callback to obtain configuration options for a DataTable. Gets or sets a callback to determine whether to include the current sheet in the DataSet. Called once per sheet before ConfigureDataTable. Processing configuration options and callbacks for AsDataTable(). Gets or sets a value indicating the prefix of generated column names. Gets or sets a value indicating whether to use a row from the data as column names. Gets or sets a callback to determine which row is the header row. Only called when UseHeaderRow = true. Gets or sets a callback to determine whether to include the current row in the DataTable. Gets or sets a callback to determine whether to include the specific column in the DataTable. Called once per column after reading the headers. Encapsulates a method that has one parameter and returns a value of the type specified by the TResult parameter. The type of the parameter of the method that this delegate encapsulates. The type of the return value of the method that this delegate encapsulates. The parameter of the method that this delegate encapsulates. The return value of the method that this delegate encapsulates. Encapsulates a method that has two parameters and returns a value of the type specified by the TResult parameter. The type of the first parameter of the method that this delegate encapsulates. The type of the second parameter of the method that this delegate encapsulates. The type of the return value of the method that this delegate encapsulates The first parameter of the method that this delegate encapsulates. The second parameter of the method that this delegate encapsulates. The return value of the method that this delegate encapsulates.