Arduino and Excel !

Hello
I would like to retrieve one current time all 5sec and send the information to Excel ( windows xp or 7 ).
I found nothing on the subject.
Thank you.

Check out Gadgets og teknologi | Dansk Tech Blog - Mikmo, it's a real swiss army knife for interfacing with Windows applications, including excel.

Lefty

Oh okay, thank you, i will read all that !

You just need to spit out the values from the arduino's serial port separated by a comer. Then when the readings for that line are finished do a Serial.println(0);
It is the receiving end (perhaps in processing) you need to write these to a file with the .csv extension. You can then read that file directly into Excel.

okay, I will learn and do tests !
If I have one problem, i will reply !