LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Scan one Excel field of multiple workbooks in a directory, Report back results

Trying to write a VI for "scanning" a directory of test data (xls wkbooks).  Just need to it report back what it finds in a user selectable field.  Stuck on what to use to open execl; do I really need to open excel to have LabView read out the cell? -Thanks 
0 Kudos
Message 1 of 4
(2,792 Views)

Yep to read an Excel file you need some ActiveX interface, the interface of Excel as it's implemented by the MS Office Report generation toolkit needs to open an Excel window.

 

Ton

Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
0 Kudos
Message 2 of 4
(2,789 Views)
Can I do active X stuff without MS Office Report generation toolkit?
0 Kudos
Message 3 of 4
(2,784 Views)

Hi calbrowni,

 

Sure, you can use ActiveX without the Report Generation Toolkit.  It's just that a lot of the background work with interfacing to Microsoft Office has been done for you in the toolkit.  You can of course create your own toolkit that does essentially the same thing.

 

Kevin S.

Applications Engineer

National Instruments

0 Kudos
Message 4 of 4
(2,756 Views)