直接填充好了
Dim f As New Fillerf.SourceTable = DataTables("成绩") f.SourceCols = "学校代码,单位名称,年级代码,班级"f.DataTable = DataTables("统表") f.DataCols = "学校代码,单位名称,年级代码,班级"f.ExcludeExistValue = Truef.ExcludeNullValue = Truef.Fill()