Convert Excel file to .Txt file

Hi All,

Can i know how to convert excel file to .txt file

@ash864u

Read the Excel Sheet and store it in a DataTable Variable dta .

Now use OutPut DataTable Activity, and store the Output in a string variable stra

Now Use stra in WriteText File Activity to write in text file.

Regards,
Mahesh

1 Like

Thank you mahesh