How to convert text to excel on Mac?
Hi,
How to convert text to excel on mac?
I am just newbie in this excel application.
I just want to ask you guys about this.
Give me your best solution and suggestion regarding this matter.
Thank you.
Hi,
How to convert text to excel on mac?
I am just newbie in this excel application.
I just want to ask you guys about this.
Give me your best solution and suggestion regarding this matter.
Thank you.
Hi,
It's pretty simple to convert a text file to CSV.
All you have to do is to separate with comma (,) those you want to separated in columns and new line for those you want to be separated in rows. The last step is to save it as a .csv file, to do this you should click save then in the filename type .csv in the end. filename should be like this, file name.csv
For example:
(text file)
Username, Name, Gender
clark, clark henf, male
(csv file)
Username | Name | Gender |
clark | clark henf | male |
 Hope this helps.
Good luck!