LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Searching for a string in an excel file and return true if found.

How can I search for a string in an excel file and return true if found, its location and also a value.
0 Kudos
Message 1 of 2
(2,550 Views)
The problem with searching an excel file is that it contains a header. It would be easiest if you just read the file into a LabVIEW array and search the array. This way you can also get the index and the value of the location.
0 Kudos
Message 2 of 2
(2,550 Views)