i have used below code to copy excel data to string.“String.Join(Environment.NewLine,vColDT.AsEnumerable().[Select](Function(s) s.Field(of Double)(vColHeader)).ToArray())”. But column A data is reading as double so i changed it to double. it worked earlier now its not working. Getting “Specified cast is not valid”.
Thanks in advance