LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Write table to excel at specific location

Hi!
I want to write table to the excel file in the position
E23:To J60.
Can anybody please tell me the solution.
 
Thanks
 
Kaustubh
0 Kudos
Message 1 of 4
(3,034 Views)

Open the example finder (Help>>Find Examples) and search for excel. You will find a few examples which use a VI called Set Cell Value. If you look inside that VI, you will see that you can probably modify it to accept a second cell coordinate and to accept a 2D array instead of a single element. I haven't tried this myself, but it should probably work. Just make sure you don't overwrite the original VI.

Even if you can't do this, you should be able to place it in a loop and call it multiple times, each time with a specific cell.


___________________
Try to take over the world!
0 Kudos
Message 2 of 4
(3,030 Views)
In my experience, if you're using Labview 7 or higher the Excel examples probably will not function. NI now offers an add-on package (which is pricey) to deal with Excel and Word.
0 Kudos
Message 3 of 4
(3,017 Views)
The examples function just fine in LV 7
 
Here are som vi's that may (or may not) help you out.



Joe.
"NOTHING IS EVER EASY"
0 Kudos
Message 4 of 4
(3,012 Views)