I have been dealing with a lot of csv files latelly and I need them to open in Excel and split correctly
I append "sep=," to the beginning of the text file and the columns get split correctly
the issue is, my language uses a lot of "special" characters like "ç" or "ã", and the formatting gets distorted if I add the beforementioned "sep=," to the file
is there any option I can add to the file so it is displayed without issues?
I am aware of the text to columns button but this is very inefficient since I am constantly doing this