I need to save the data of this column in excel and then insert it in SAP
Haven’t used SAP in a while but I remember it will let you insert from the clipboard
see my answer here @pauloengenharia5
sorry, it should be
String.Join(Environment.NewLine, dt.AsEnumerable().select(function(x) x("columnName").toString).ToList)