I am using "Write To Spreadsheet File.vi" for writing a 2-D array data to file.
I want to add a head on each of the column data, which means the file looks like this:
Time(ns) Freq(GHz) Amplitude(V)
**** ***** ****
**** ***** ****
**** ***** ****
How can I do that?
Thanks,
Wei Tong