Read the mail body message line by and extract them in excel in column wise fashion

Hey Geeks,
I am trying to read mail body and trying to store it in data table by generating data table with column separator as [new line] and using write range write data table in excel,but I am not getting empty excel
following is the mail snapshot
image
expected output excel
image

@SURAJ_PATIL,

Read the email and hold the value in a string type variable named as strMailBody
Then Create a data table using Build Data Table activity
Using a Add data Row activity add the string by splitting into array using newline.