Using PHP to parse data how can I then convert that data into an Excel Spreadsheet file? EX: I retrieve A B C and then next row I get 1 2 3 How can I place that in a spreadsheet looking like this: A B C 1 2 3