LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

To read specific row data from the excel file and writing it to table

Hi,

Problem statement:I have an excel sheet,in the first column i have serial numbers 1,2,3,4.....and so on.In the input field-if i search with any of the serial number 1,2,3,4... i should get the respective row data as a output.Output as a table format.

 

Do anyone has any idea how to do it?please give me suggestions

0 Kudos
Message 1 of 2
(1,504 Views)

Hi Sahan,

 


Sahan@123 wrote:

Problem statement:I have an excel sheet,in the first column i have serial numbers 1,2,3,4.....and so on.In the input field-if i search with any of the serial number 1,2,3,4... i should get the respective row data as a output.Output as a table format.

 

Do anyone has any idea how to do it?please give me suggestions


Get the worksheet data as an array to LabVIEW.

Index the first column, search for your serial number.

The result of the Array1DSearch function is the row number: use it to IndexArray the corresponding row data from your array.

 

What have you tried?

What are the problems?

Where are you stuck?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 2
(1,485 Views)