Nah, I do this all the time with database query output. It's just a matter of having the format correct. In this case there are no strings so that's easy. The data would look something like this:
"x","y","V"
230,345,0.123
231,345,0.125
Clearly for RGB image the V would be three columns.
In some cases Excel thinks it's plain text but then a format icon is presented which allows you to specify how to interpret the data. I haven't tried this with OO yet.