LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to save multi dimensional array to spreadsheet in labview

Solved!
Go to solution
In a attached file i m trying to save two different 2d array string to a same spreadsheet file as column1 and column2, i thought of using indexing concept but, it is not working with 2d arrays. so could you please correct my program
0 Kudos
Message 1 of 8
(5,428 Views)
Solution
Accepted by topic author avuthu

Your biggest mistake is wiring a False to the Append To File input. This would oviously delete all old data. Using two Write to Spreadsheet functions is silly and instead of connecting the data from the table, just take the numerics you get and pass them to the write function as a 1D array.

 

Message Edited by Dennis Knutson on 10-01-2009 01:27 PM
Message 2 of 8
(5,419 Views)
Oh yeah and don't use Express VIs! ;-D
0 Kudos
Message 3 of 8
(5,393 Views)

thankx for reply...

 

can anyone please tell me how i can get it in 2 rows instead of 2 coumns

0 Kudos
Message 4 of 8
(5,371 Views)
Use Transport 2D Array VI!
Andy Chang
National Instruments
0 Kudos
Message 5 of 8
(5,350 Views)

Typo: Transpose 2D Array.

 

Lynn 

0 Kudos
Message 6 of 8
(5,347 Views)
Whether you use transpose or transport (Smiley Very Happy), you will have to do it when the loop finishes and not as it is now - inside the loop.
0 Kudos
Message 7 of 8
(5,341 Views)
thankx for replies..
0 Kudos
Message 8 of 8
(5,322 Views)