LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

write head to in file

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
 
0 Kudos
Message 1 of 2
(2,301 Views)
Use a Write to Text File function with a string containing the header before using the write to spreadsheet file.
0 Kudos
Message 2 of 2
(2,297 Views)