LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Writing data to multiple pages of spreadsheet

Hi There,

 

Is it possible to create a file with multiple pages like a spreadsheet so that I can write data from different states in different pages? For eg. I want Speed data on page 1, Timing data on page 2 etc.

 

Thanks!

 

V

I may not be perfect, but I'm all I got!
0 Kudos
Message 1 of 3
(3,063 Views)

You can do whatever you want. A "spreadsheet" in LabVIEW is just plain ASCII, with tabs (by default) separating columns and linefeeds separating rows. In the end, it is just a long plain string.

 

You can easily use a couple of "array to spreadsheet string" operations and concatenate them all whle interlacing formfeed characters. At the end, write the resulting string to a file.

 

0 Kudos
Message 2 of 3
(3,059 Views)

If you mean specific worksheets of an excel file I think you need the report generation toolkit to handle that.

Take a look at: http://zone.ni.com/reference/en-XX/help/370274E-01/lvoffice/excel_add_worksheet/ as an example.

0 Kudos
Message 3 of 3
(3,052 Views)