LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to Read data From Excel File in Labview 8.5?

We can read it from xls file, but it is encrypted..... we need exact data...
0 Kudos
Message 1 of 5
(3,136 Views)
Hi KarthikeyanMathialagan,
can you please give us more informations? Maybe you can upload your code.
Mike
0 Kudos
Message 2 of 5
(3,133 Views)
i have attached that excel file...i want to extract the full data from that file..how i can read it...when i read by using "Read from spreadsheet file" function, data was in encrypted form....so please send me the correct way...

0 Kudos
Message 3 of 5
(3,131 Views)
The "Read from spreadsheet file" can only read from text files in csv format not the format of Excel which is a MS properitary format.
Either you purchase the "Reporting toolkit for MS Office" or you program all the ActiveX stuff by your own. Be aware that you need to have Excel installed and licence on each machine your code is running.
Waldemar

Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
Don't forget to give Kudos to good answers and/or questions
Message 4 of 5
(3,118 Views)
Hi KarthikeyanMathialagan,
Mike
Message 5 of 5
(3,110 Views)