LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

excel sheet sheets save

Hi,

     I'm using Report generation tool kit(LabVIEW 2009) to generate excel sheets for my application.suppose I have 20 modules of same type,then I've to generate 20 different excel sheets and want to save those with different serial numbers in a folder and my front panel should have the option that if I press the serial number the corresponding excel sheet should be opened.How can I go about it.see the attached code for reference

Regards
RobinHood
0 Kudos
Message 1 of 8
(3,383 Views)

Can you also post a screen shot?

 

0 Kudos
Message 2 of 8
(3,379 Views)

see this code

Regards
RobinHood
0 Kudos
Message 3 of 8
(3,370 Views)
The reason why asked you post the code is  iam still stuck with 8.0.
0 Kudos
Message 4 of 8
(3,363 Views)
excel.JPG
Regards
RobinHood
0 Kudos
Message 5 of 8
(3,361 Views)

Hi,

        I'm saving each and every excel sheet I'm generating with a different name.  But I'm forced to provide .xls in the

 

name of the excel sheet on the front panel. This is not user friendly. I want to write the name of the excel sheet only,

 

but not the extension(.xls) on the front panel. I want to put the extension in the block diagram as a constant and the

 

user will not have to specify the .xls on the front panel but just the name of the sheet(with out .xls extension on the front

 

panel).How can I go about it.

 

save.JPG

Message Edited by Robin Hood on 03-11-2010 11:14 PM
Regards
RobinHood
0 Kudos
Message 6 of 8
(3,335 Views)
You can concatenate a string constant with ".xls" to the string control before passing it into the build path function.
0 Kudos
Message 7 of 8
(3,330 Views)

Thanks Raven.

                      

 

Regards
RobinHood
0 Kudos
Message 8 of 8
(3,328 Views)