You need to load the file in string format and then index out the row/column with your headers. You can then add that back in to the file after your analysis by writing the data to string and inserting the headers at the first row/column.
You can read .xlsx files natively in LabVIEW using the LabVIEW Report Generation Toolkit, but as Todd H suggested, I would just save them as .csv or .TDMS
Haha, yes, not the most concise tutorial but it is presented for students who have little to no background with programming. I hope it was helpful anyway!
Thank you so much for this! I will be using this to look at and manipulate drone sensor data.
👍 Great help
Thanks a lot for this you saved me! really appreciate :)
great tuto. thanks
Very good tutorial, thanks
Glad it was helpful!
can you please upload your csv file in the description
how do you add the header data as plot names?
You need to load the file in string format and then index out the row/column with your headers. You can then add that back in to the file after your analysis by writing the data to string and inserting the headers at the first row/column.
Please make a video on transmitting and receiving an image using labview
Check the LabVIEW examples that are provided under the help menu, they may have something that fits your need.
All of the files I want to import are .xlsx which doesn't seem to work with this method - do you have a tutorial on how to import .xlsx?
Try saving your file as a .csv
You can read .xlsx files natively in LabVIEW using the LabVIEW Report Generation Toolkit, but as Todd H suggested, I would just save them as .csv or .TDMS
Ri
Cheesus , 12 min to open an excel file! really?!
Haha, yes, not the most concise tutorial but it is presented for students who have little to no background with programming. I hope it was helpful anyway!