A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
I am aware of all these methods, they do not meet the requirements as I would like to have them open directly from the file into a table. When opening a csv excel automatically recognizes the file type and splits it into the corresponding table - no need to specify that you are importing a file or that you need to split the text into columns. I was seeking a way to have excel recognize .tsv's in the same manner. All of these methods require a manual splitting of the columns. The closest method is Jim Gordon's in which I could create a script to rename all .tsv's as csv or txt. But that still is an extra step that feels unnecessary. It appears that Excel does not have the capability to define/recognize other files with specific extensions outside of .csv/.txt.