LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to generate report in excel sheet in without usinsg activex controls, report should contain table , text box , graph in labview?

how to generate report in excel sheet in without usinsg activex controls, report should contain table , text box , graph in labview?

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

Hi ashwinich9,

 

you have to use ActiveX to create some Excel sheets. Even RGT uses ActiveX under the hood...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 3
(2,468 Views)

I guess you don't have many options:

- Use Report Generation Toolkit (that uses ActiveX under the hood, as stated by Gerd)

- Build yourself a OOXML-compliant file (...good luck...)

- Consider a different  format (HTML for the main document and PNG for the images?)

 

Marco

 

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