I would like to take the columns and create additional rows. For example, if I have 10 rows with 10 columns then I want to end up with 100 rows with 2 columns where the 1st row data stays the same for each column that is converted to a row.

For example:

1 2 3 4

Would be converted to:

1 2
1 3
1 4