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
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.