How do i save the data of this column in excel and then insert it in sap

I need to save the data of this column in excel and then insert it in SAP

image

image

Haven’t used SAP in a while but I remember it will let you insert from the clipboard

image

hi please follow this tutorial it might help you.

see my answer here @pauloengenharia5

image

image

I am not able to fix this error

sorry, it should be

String.Join(Environment.NewLine, dt.AsEnumerable().select(function(x) x("columnName").toString).ToList)

@pauloengenharia5