If I have a file that is something like:
header1: 123, 122, 345, 66777
header2: 566, 766, 213, 3453
...
Is there a way to import it into Excel such that each row in the file becomes a column in Excel, or do I need to make some script to flip it first and just import it as a csv?