Upload arduino date to excel

Hello, everyone. I need to connect a temperature sensor \DALLAS 18B20 1129C4 +148AV \the letters are quite small, but in general that is the written on it\ to the arduino mega 2560 and upload the data to excel. May anyone give me some advice and examples ?

Have a look at the Dallas libraries and get the sensor working .
Then one route then might be to save temperature values to a txt file - save as a comma delimited values to an SD card , then import that into Excel.
Again there are SD card shields and libraries .
I guess you might need a real time clock too - goggle DS3231