LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

link labview data with excel sheets

Solved!
Go to solution

I would like to save the output of a cluster(containing strings and numeric data) in a specific format(each data in respective columns)

in an excel sheet.

how do I do it in labview??

 

I tried mathscript, is there any other way? If there isnt can u suggest how can I use it to solve the above mentioned issue.

 

similarly, can I recieve data in real time from excel sheets??

 

pls suggest.

 

0 Kudos
Message 1 of 2
(2,393 Views)
Solution
Accepted by topic author connoisseur

I think you should use the ActiveX to fullfill your requirements.

 

You can refer to this example

  

<LabVIEW Folder>\examples\comm\ExcelExamples.llb\Excel Macro Example.vi

 

Use activeX to write and read data.

Best Regards

Hu Yu
0 Kudos
Message 2 of 2
(2,380 Views)