LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can I display a spreadsheet on the front panel?

If I save my data to a spreadsheet, is there a way I can have that spreadsheet displayed on the front panel?
0 Kudos
Message 1 of 3
(2,396 Views)
You can use a OLE container, and control it using property and invoke nodes.
Hope this helps
0 Kudos
Message 2 of 3
(2,396 Views)
Hello,

If the spreadsheet file is tab-delimited text data, you can very easily import it into your LabVIEW program...if it is numeric data, you can simply use the "Read from Spreadsheet File" VI in your File I/O palette. If it is string data, you can use the "Read Lines from File" VI, then you can use the "Spreadsheet string to Array" function to format the data into string (%s) format.

I hope this suggestion helps...it would probably be easier to implement than ActiveX...provided your spreadsheet data is stored in tab-delimited ASCII format.

Good luck, and have a pleasant day.

Sincerely,
Darren N.
NI Applications Engineer
0 Kudos
Message 3 of 3
(2,396 Views)