Hi,
I am trying to take data from an excel column as list my excel file looks like this
I want to take the datas from Invoice column and write them in a web page as a list with space between like TA1234 TT1234 KL6278
I tried
( From row in ListData.AsEnumerable() Select Convert.Tostring(Row(“Invoice”)) ).ToList()
But I am getting the error