listBodys = dt.AsEnumerable().Select(row => new List<string> (){row.Field<string> ("Line"), row.Field<string> ("MaterialNo"), row.Field<string> ("Quantity"), row.Field<string> ("Price"), row.Field<string> ("Unit"), row.Field<string> ("Def19"), row.Field<string> ("Currency"), row.Field<string> ("Def20"), row.Field<string> ("Description"), }).ToList();