ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

read excel without header

I am able to read the columns from excel using read from spreadsheet function and plot it in a XYgraph, but how do I get only the data if the excel file contains headers. I am using LV basics. Any samples will be of great help
0 Kudos
Message 1 of 2
(2,800 Views)
Assuming you have LV 6, you can use the delete from array vi to remove the header lines. The excel data comes in as a 2D array. Wire this to the delete vi and input the number of rows to excise. If you are using LV 5 or lower, you have to use the array subset vi to remove the lines.


2006 Ultimate LabVIEW G-eek.

Message 2 of 2
(2,800 Views)