LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to you append data to an existed data in spreadsheet?

How to you append data to an existed data in spreadsheet?
0 Kudos
Message 1 of 2
(2,586 Views)
If you are using the write to spreadsheet function it has an append to file input that you can set to true...
Otherwise just open the file and write the new data with the position mode set to "end"...
0 Kudos
Message 2 of 2
(2,586 Views)