LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Reading whole excel file

Solved!
Go to solution

Hi all I want read whole excel file 

 

please guide me.

 

 

 

 

Download All
0 Kudos
Message 1 of 10
(1,104 Views)

Hey, Can I get the same but want to read it. no write

 

only read.

0 Kudos
Message 2 of 10
(1,077 Views)

Hi Basvaraj,

 


@Basavaraj093 wrote:

Can I get the same but want to read it. no write


The same as what exactly?

 


@Basavaraj093 wrote:

only read.


You want to read a text file using an Excel import routine? Why???

 

What do you really want to solve?

Best regards,
GerdW


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

Basically

I want to read the whole excel file as it is.

 

so, I can perform some operation like searching particular number\name and get the whole data related to it like date time, pass or fail

 

 

this vi (screen shot) is write at particular cell. 

 

 

0 Kudos
Message 4 of 10
(1,081 Views)

You need to change the input from a string to a 2D array, and you can remove the starting cell range to read the whole file.

Message 5 of 10
(1,095 Views)

Thank you for your reply

 

IT WOULD BE NICE IF YOU SAVE IT FOR 2018 VERSION

0 Kudos
Message 6 of 10
(1,046 Views)
Solution
Accepted by topic author Basavaraj093
Message 7 of 10
(1,044 Views)

Thank for your reply.

 

I am now reading a whole excel file.

 

Do you know how can i search particular word in that.

 

like if I search serial number, it should give me whole row related to that serial number 

like date time status

 

0 Kudos
Message 8 of 10
(1,018 Views)

I would read in the whole Excel file and then do the search in LabVIEW to get the row you want. It's probably faster that way. But if you really want to search look at this VI.

Message 9 of 10
(991 Views)

Thank you for your reply

 

i will check

 

0 Kudos
Message 10 of 10
(975 Views)