Hi @SHAISTA,
Split the string using
stroutput.Split(Environment.NewLine.ToArray, StringSplitOptions.RemoveEmptyEntries)
you will get the array then append the value to datatable and push it into excel
Regards,
Arivu
Hi @SHAISTA,
Split the string using
stroutput.Split(Environment.NewLine.ToArray, StringSplitOptions.RemoveEmptyEntries)
you will get the array then append the value to datatable and push it into excel
Regards,
Arivu