0

I want to convert the result file txt which columns are separated in pipes (|) to an excel file spreedsheet.

I don't want to use Excel app. I need to do it via batch file.

what is the best option? I was thinking in an external app but I don't know which is the best.

Dave
  • 7,028
  • 11
  • 35
  • 58

1 Answers1

0

I'm not sure about batch, but if you have access to PowerShell, the information here may help:

How to export a CSV to Excel using Powershell

Cam
  • 1
  • not useful for me, I saw this solution. I need to set the batch file to run the task in windows and I think windows use for thar batch file as cmd – Dave Jan 27 '22 at 12:56