LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Write to spread sheet

I want to write the array of data into spreadsheet. The data is in array like (0-1023)/second (No. of samples fixed from DAQ). I want to write data in spread sheet like contionous. When I tried to use write to spreadsheet with append to file. The data is stored from 0-1023 and again it is replaced. I want to write data like

0- value 1

1- value 2

2- value 3

...............

...............

...............

Till I stop the program. The another problem I am facing is the data are stored in single row. I want to store the data in one column and serial number in another column. 

Note: The data are obtained inside the while loop. to make it contionous. 

0 Kudos
Message 1 of 4
(2,721 Views)

Obviously you are doing something wrong, but unless you show us your code we cannot really help.

 

If this is related to your other thread, please keep it all in one place. Thanks.

0 Kudos
Message 2 of 4
(2,717 Views)

spreadsheet.jpg

0 Kudos
Message 3 of 4
(2,708 Views)

You already posted basically the same picture in the other thread. Why are you reposting the same thing over and over?

 

I don't see any code that writes to a file. Please post an actual VI that relates to the question.

0 Kudos
Message 4 of 4
(2,697 Views)