LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Read excel data without office

Hello,

 

Is it possible to use a excel file as a initialization file without office installed on that computer?

 

I made a program who reads data from an excel file.

I would like to use that program on a different computer but office isn’t installed on that computer. The program will not work because Labview uses office applications to read the excel file.

 

Does any one know how to overcome this problem?

 

Thanks

 

Theo

 

0 Kudos
Message 1 of 3
(3,016 Views)
Hello TheoE,
 
i think it is not possible, because of you use the ActiveX functions from the Microsoft Component. An other way could be to take a XML or INI file for your initialization.
 
Mike
0 Kudos
Message 2 of 3
(3,011 Views)
Actually, you can read Excel files using ADO. If you search around on these board you should find some examples. There's also plenty of examples on the net. You should probably get LabSQL to make your task easier. It's a toolkit for connecting to databases using ADO, but it can be used with Excel.
0 Kudos
Message 3 of 3
(2,995 Views)