Easy :
use the standard "write char to file.vi" in two steps :
first write the string header, then append the num data. There is a convenient function in the string subpalette to convert arrays to spreadsheet strings.
See the attached vi.
Don't forget to append the .xls suffix to the file name. Yes, this works also on text files...
Watch to what happens with float numbers. There are cases where the num decimal separator can pose problems. There is a workaround. Ask if you need help.
Chilly Charly (aka CC)