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.
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.