text file to excel

  • Thread starter Thread starter brian
  • Start date Start date
B

brian

I am trying to save a text file (example shown below) as a excel file (.xls)
The resulting excel file has all the fields in one column.

How to get the individual fields in a given row into different columns ?

line1 col2 hello
line2 col2 hello
line3 col2 hello
 
Back
Top