The AsDataSet() method accepts an optional configuration object to modify the behavior of the DataSet conversion:var result = reader.AsDataSet(new ExcelDataSetConfiguration() { // Gets or sets a value indicating whether to set the DataColumn.DataType // property in a second pass. UseColumnData...