LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

values in two columns in Excel

Good morning

 

I am writing the values to the Excel from 2 sequences, now in the excel it writes one below the other but i like to write in separate columns

 

Thanks

0 Kudos
Message 1 of 3
(2,459 Views)

Able to get it in separate columns,

 

The above program is in for loop(say N=10),the header is repeating 10 times,how to avoid this

 

Thanks

0 Kudos
Message 2 of 3
(2,454 Views)

The simple answer is don't write the header 10 times.Smiley Wink

 

Since you did not post your code or even mention which function you are using, I have no idea how you are creating this file but the general practice would be to write the header in a separate function from what you are using to write the data.

0 Kudos
Message 3 of 3
(2,432 Views)