LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to read excel file with 2 sheet

I have a excel file with more than one sheet...
I wanna read information from the fisrt two sheet of my file...
 
I got the following programm (read(p).vi)
 
i don't know how to transform it to get all my information in a array...
 
Thx to answer to my question
 
Marc
0 Kudos
Message 1 of 2
(2,474 Views)

You can't use read binary file VI to read an Excel file.

Do a search on this message board for "read Excel file". You will lots of hits.

Basically you will need to use ADO to read an Excel file.

 

0 Kudos
Message 2 of 2
(2,461 Views)