LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to output data onto excel properly

Hi. It's been a while.  My problem is that when I open my saved data in excel from Lab View, it doesn't give me the data in the correct form.  It gives me time and date for every point, and all I want is to have the header label as time and date then follow by the different data points.   So how do I modify my program in Lab View 7 so that I can solve the problem above.  Thank you in advance. 
0 Kudos
Message 1 of 2
(2,447 Views)
Pretty hard to tell you how to fix your problem when you haven't said or shown how your program is written now. What are you using to write the data? Is it Write to Spreadsheet, Write LabVIEW Measurement File, Export Waveforms to Spreadsheet, or something else? Write LabVIEW Measurement gives you the option to write an empty time column. Export Waveforms only gives you the option of single time or multiple time column. Both of these are pretty limited in what kind of customizing you can do. A combination of some of the lower level fucntions such as Write to Spreadsheet, Write Characters, or just a Write File gives you the ability to customize any way you want.
Message 2 of 2
(2,444 Views)