LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Creating a Report in to Excel File.

 
0 Kudos
Message 1 of 3
(2,718 Views)

Please elaborate.

basically you have 2 options:

1. save data as a text file with something like a tab delimited format, this is very easy to do but is a rather lame report.2:

2.  Open a excell instance through an Excel ActiveX object and invoke the proper methods and properities on the workbook to achieve the desired excel report, much more tedious but can acomplish most things in excel be perpared to wade through MDSN doccumentation.

(3 bypass excel and use a more open format such as XML or HTML which can be easily ported)

Paul

Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
0 Kudos
Message 2 of 3
(2,707 Views)

or use the report genereation toolkit... it works great but isnt free...

regards,

B.Bakels

Labview CLD , Engineer/Manager

Promedes and DSM
using LV 7.1, 8.0, 8.2, 8.5 and 2009 SP1
http://www.promedes.nl
0 Kudos
Message 3 of 3
(2,700 Views)