05-10-2007 03:34 PM
05-10-2007 04:59 PM
05-10-2007 06:28 PM
Well if you look in the examples you will see a couple of examples. If it a true xls file you must use ActiveX to talk to excel. If you have the report generatio toolkit from NI it will not be to bad if you do not then you will have to code the functionality. If you would have searched on excel before posting you would have found numerous topics about it on this site.
For more information and some sample VI's and tool kits, you can go to the excel board
05-10-2007 08:15 PM
05-10-2007 08:52 PM
I tried to run examples and sample vi, from excel forum. But I guess they are in Labview 8.0 and higher versions so when I try to run them using Labview 7.1, it gives error code-9 .
I also tried read from spreadshit.vi but I am not able to plot a graph. 😞
Thanks,
Nidhi
05-13-2007 02:31 PM
05-13-2007 05:55 PM - edited 05-13-2007 05:55 PM
Message Edited by Bill@NGC on 05-13-2007 03:58 PM
05-14-2007 08:46 AM
05-14-2007 01:49 PM
@mikeporter wrote:
One thing to bear in mind is that the communications/control mechanism involved is ActiveX. The problem is that MS has exhibited a tendency to muck around with the interface to Excel when doing an upgrade. Worse, the mucking around has in the past resulted in changes that were guaranteed to break existing applications calling Excel.
Just something to remember for possible future reference.
Mike...