You can set the delimeter which is the character between points, by default it is tab (\t) and a new line(\n) is between rows.
So an array
1 2
3 4
Would be saved as 1\t2\n3\t4\n
If you want it to have a newline at every point wire in a new line constant in as the delimeter to the write to spreadsheet file VI.