LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

HOW TO EXTRACT DATA FROM SPREADSHEET?

Good morning guys... I need to extract data from an excel spread sheet is there anyone who can be able to help me?
 
rgds
 
thulani
0 Kudos
Message 1 of 16
(4,149 Views)

Hi.

Have You tried searching the LabView Examples???

 

Don't forget to rate a good Answer....
---------------------------------------------------------
Here should be some cool signature

But there's NOT

LabVIEW 2012-2017
---------------------------------------------------------
0 Kudos
Message 2 of 16
(4,146 Views)
I tried but can`t get exactly what im looking for...
0 Kudos
Message 3 of 16
(4,144 Views)

Hi 1235,

what about the "read from spreadsheet file" function. Or do you mean a "real" *.xls file. If yes you can use ActiveX functions.

Mike

0 Kudos
Message 4 of 16
(4,140 Views)

What exactly are You looking for then.

A more Thoroug description than "Need to extract data from Excel" would be nice. Smiley Happy



Message Edited by BCL@Servodan on 05-29-2008 02:27 AM
Don't forget to rate a good Answer....
---------------------------------------------------------
Here should be some cool signature

But there's NOT

LabVIEW 2012-2017
---------------------------------------------------------
0 Kudos
Message 5 of 16
(4,139 Views)

Hi again.

Try this attachment, it might help.



Message Edited by BCL@Servodan on 05-29-2008 02:34 AM
Don't forget to rate a good Answer....
---------------------------------------------------------
Here should be some cool signature

But there's NOT

LabVIEW 2012-2017
---------------------------------------------------------
Download All
Message 6 of 16
(4,134 Views)
hi Mike...will try to it in that way. the fact is that im still new in labview environment. i`ve been told to log data into a spread sheet, yes i can do that, but it continues saying that after the data has been logged you must be able to extract certain values and send it to another spread sheet.
0 Kudos
Message 7 of 16
(4,129 Views)
Hi Mr Wise,
what will you try, "read from spreadsheet" or "activex"? Can you explain? Can you upload your vi? What type of values do you want to write, strings or numbers?
Mike
0 Kudos
Message 8 of 16
(4,102 Views)
thanks. The information that I want to extract is a string, let me send you the file so that you can see exactly what am I trying to say....Attached is the file.
 
 
0 Kudos
Message 9 of 16
(4,093 Views)

Hi Mr Wise,

how long will your loop "normaly" run? You can build an array of your data which you want to write to the file. Use the autoindexing function of the loop for it. Then you can use the "write to spreadsheet file" function, there you can connect directly your array. Which version of labview do you use?

Mike

0 Kudos
Message 10 of 16
(4,090 Views)