LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can export tables to an excel spreadsheet

Hi all; I am completely new to labview; I managed to come to the place where I want except two things:
a) how can I export a table (that I can see in screen), to an excel spread sheet
and b) my loop doesn't close unles I hit the stop button - if interested I can send you the code I have made!
thank you,
Dimitris
0 Kudos
Message 1 of 2
(3,169 Views)
You've got two options for saving to Excel. One is ActiveX. There's a shipping example called Write Table to Excel. NI also sells the Report Generation Toolkit. The other method is to save your data in a text file that Excel can read. There is the function Write to Spreadsheet File on the File I/O palette that will do this.

I'm not sure while your loop doesn't stop. Do you have your Boolean control outside the while loop? It must be inside. If that's not it, post your code.
0 Kudos
Message 2 of 2
(3,169 Views)