LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Retracting data from spreadsheet

Hi
i have data in my spreadsheet and i want to extract the date where the temperature value exceeded 29 and its time and date and store in another spreadsheet.
 
Please help
0 Kudos
Message 1 of 5
(2,546 Views)
If you can save your excel file as a .csv file , it will be easy for Labview to read it, with "Read from Spreadsheet.vi"
If you can not, then you have to use "activeX reference". Do a little search in the forum. It has been discussed many times.
You will find examples easily too.
0 Kudos
Message 2 of 5
(2,539 Views)
 
Thanks for your reply. I can read from the spreadsheet file but the problem is I do not know how to pick only values with a temperature greater than 29. I did try to read the spreadshet as shown on the vi so I want to modifiy the code to retract those values greater than 29.
 
thanks
0 Kudos
Message 3 of 5
(2,530 Views)
The "Read from spreadsheet" will give you the strings in an array. This may help you.
If you can not use this vi, just scan your string, with the "Search/Split string" and then use the "Fraq/Exp String to number" to convert the string in a number.
0 Kudos
Message 4 of 5
(2,511 Views)
I did manage to extract my data.
thanks for you support
0 Kudos
Message 5 of 5
(2,458 Views)