03-31-2015 12:35 AM
Hello
I have acquired a waveform and exported it to a excel spreadsheet. I would like to export this data into the VI I am working on value by value, column by column.
My aim is to compare these set of values with ones that I am currently acquiring.
Thanks
03-31-2015 12:54 AM
Did you try reading the spreadsheet with the "Read from Spreadsheet.vi"?
03-31-2015 01:46 AM
You need to save your excel file in .csv format. Then you can read it in with the read from spreadsheet vi or the read text file vi if you want more flexibility (eg. if it contains string values too).
03-31-2015 03:34 AM
Hi,
In labview examples folder, you have in examples/comm/ExcelExamples.llb Exel examples and function.
Take a look at set "Set Cell Value". Normally you only have to copy the file and change Range/value2 to read.
Yoann