0
私は設定で.asDataSet()
を使用しようとしている:私はここで間違ってExcelDataReader ConfigureDataTableエラー
Dim x_config As New ExcelDataSetConfiguration
Dim table_config As New ExcelDataTableConfiguration With {
.UseHeaderRow = True
}
x_config.UseColumnDataType = True
x_config.ConfigureDataTable = table_config
'ERROR: Value of type 'ExcelDataTableConfiguration' &_
'cannot be converted to 'Func(Of IExcelDataReader, ExcelDataTableConfiguration)'.
basis_data = reader.AsDataSet(x_config)
何をしているのですか?