05-28-2009 11:20 AM
Hello!
I have to perform a comparison of datas that are present in a excel wordsheet and generate a file after such comparison.how can i do it in a aplication with cvi??
regards to all..
05-29-2009 12:17 AM
CVI comes with an ActiveX interface to Excel that can help you in handling your problem. You can find it in <cvidir>\toolslib\activex\excel\excel2000.fp. There is a corresponding example in the example folder that helps you in understanding how to operate with the instrument.
After taking a look at this material you should be ableto begin developing you app; there isn't a lot of documentation about this instrument, but in the forum it has been addressed several times so you will find some questions already answered.