Excel to Text conversion

Looking for the solution, which convert .xlsx file into a .txt. Kindly let me know the steps, through which we can resolve the problem.

Regards,
Amar Kr.

1 Like

HI @AmarKr

  1. Add an Excel Application Scope and add the excel path.
  2. Inside the scope, add a Read Range activity.
  3. Use Output Data Table activity to write a data table to a string using a CSV format.
  4. Use Write Text File activity to write the string in a text file.

Hope this helps.
Thanks and regards :slight_smile:

4 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.