12-09-2024 09:19 AM
12-09-2024 08:44 AM
Hey, Can I get the same but want to read it. no write
only read.
12-09-2024 09:04 AM
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?
12-09-2024 09:24 AM
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.
12-09-2024 09:39 AM - edited 12-09-2024 09:45 AM
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.
12-09-2024 11:19 AM
Thank you for your reply
IT WOULD BE NICE IF YOU SAVE IT FOR 2018 VERSION
12-09-2024 11:24 AM
Here you go.
12-09-2024 11:30 PM
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
12-10-2024 05:39 AM - edited 12-10-2024 06:09 AM
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.
12-10-2024 06:10 AM
Thank you for your reply
i will check