LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Excel Report

Hello.  I have 3 VIs which make 3 excel reports. They work independently. I would like to know if I can write the 3 reports in only one Excel file (in separated sheets). I have try it but when I save the file, Labview overwrite the 3 sheets, not only the sheet where I generate the report.
Thank you.
0 Kudos
Message 1 of 7
(3,947 Views)
Have a look at the excel board in the breakpoint area. There are some vi's in there that will help you. You have to set the active workbook and then save it.



Joe.
"NOTHING IS EVER EASY"
Message 2 of 7
(3,937 Views)
The attached example may help.
 
Scott.
 
 
Message 3 of 7
(3,937 Views)
This will only work if you have the addon toolkit, the vi's in the other thread do not require the toolkit, they all use active X.



Joe.
"NOTHING IS EVER EASY"
Message 4 of 7
(3,936 Views)
Thanks for repply!!
I have the toolkit, but I want is: open VI1-save report in worksheet1-closeVI1, open VI2-save report in worksheet2-closeVI2, open VI3-save report in worksheet3-closeVI3.  I have seen the activeX VIs, but I can't find one which solve my problem.
0 Kudos
Message 5 of 7
(3,930 Views)

Hello,

if you connect the Excel file path to template input parameter of New Report.vi, you will be able to obtain what you want.

I hope this helps.

crisR

Message 6 of 7
(3,852 Views)
Thanks for reply!
It seems a good solution.
0 Kudos
Message 7 of 7
(3,818 Views)