LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to insert 2-D array of elements in excel sheet

I have a 2-D array of elements. I want to insert this array into an excel sheet and display the data in a graph. I used the example "excel insert table" but the problem with that VI is, it is inserting the elements cell by cell which is taking long time. I am wondering whether there is way to insert a complete column or row into excel sheet at a time.

Thank you,
Mudda.
0 Kudos
Message 1 of 3
(2,821 Views)
Hi,
Try this vi which inserts the table in one operation. You can modify it to suit your purposes.
Hope this helps.
Edit: Should note that it works for both string and numeric array inputs.

Message Edited by DavidT on 06-29-2005 10:09 AM

0 Kudos
Message 2 of 3
(2,814 Views)
Thanks, it worked. Appreciate your help.
0 Kudos
Message 3 of 3
(2,794 Views)