LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

possible to copy/paste single column from excel to 1d vertical array?

using lv8.0. already searched forums and tried couple things...no luck the 1d array i'm trying to paste data into is attached
0 Kudos
Message 1 of 4
(2,961 Views)
Hi,

You can also save the excel spreadsheet into a file, and read it in labview using the excel file vis.

Hope that helps,

Tim
0 Kudos
Message 2 of 4
(2,951 Views)
didn't really solve my problem but thanks for input
0 Kudos
Message 3 of 4
(2,941 Views)
Hi,

If I understand your question, you would like to copy and paste a column from Excel into LabVIEW.   When you try to copy and paste, unfortunately,  the datatypes are quite different for Excel and LabVIEW and thus you will get an image when you paste the column into LabVIEW.  There are other ways to copy a column and save them into LabVIEW.  You can use activeX to interface between the two or you can use the Report Generation Toolkit.  You can also save your file as a tab or comma delimited file and then read the file in LabVIEW.


I hope this helps,

Regards,

Nadim
Applications Engineering
National Instruments


0 Kudos
Message 4 of 4
(2,896 Views)