nah it works... depending how you send your data.

look how a excel table is made, Line/Column right?

paste this one in notepad, then import it in excel
Code:
COLUMN1	COLUMN2	COLUMN3	COLUMN4
0X00	0X01	0X02	0X03
0X10	0X11	0X12	0X13
0X20	0X21	0X22	0X23
0X30	0X31	0X32	0X33
Here i used space, you can use space, comma, semicolon

Now it should give you some light!