LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Read a particular column in excel spreadshee​t

Solved!
Go to solution

Here is an example using the RGT in LV 2014. Please let me know if you have any questions.

0 Kudos
Message 11 of 37
(2,058 Views)

Thanks greg,

Unfortantnly i dont have labview 2014. I have 2012. Is there a 2012 version of it?

0 Kudos
Message 12 of 37
(2,053 Views)

I don't have 2012 to test with, but you can try this. I'll post the snippet as well so you can recreate it if you like.

 

MakeExcel.png

0 Kudos
Message 13 of 37
(2,050 Views)

hmmm, i believe im missing a widget. Since im recieving errors. When i open the VI, its going through the labview files. and asking me to open a missing file.

0 Kudos
Message 14 of 37
(2,043 Views)

Do you know which VI? If you have the RGT then it's probably the read from spreadsheet VI, I received a warning that it may break when saving for 2012 or have the wrong polymorphic instance.

0 Kudos
Message 15 of 37
(2,037 Views)

NI_Reportgenerationtoolkit.lvil:excel easy table(str).vi

0 Kudos
Message 16 of 37
(2,029 Views)

And you do have the report generation toolkit?

0 Kudos
Message 17 of 37
(2,023 Views)

No i dont.

0 Kudos
Message 18 of 37
(2,020 Views)

Ok, then you may have to find a way to insert the values using ActiveX, but at least the conversions are already taken care of for you!

0 Kudos
Message 19 of 37
(2,013 Views)

Currently what i did was i kept the time in a separate csv file and the numbers in another. then i opened them seperatly. so my program works but i just wanted to keep one file. I'm sure i have to play with the index array a little more.

0 Kudos
Message 20 of 37
(2,010 Views)