Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

percentage problem

by vikram007 (Initiate)
on Oct 17, 2012 at 08:54 UTC ( [id://999494]=perlquestion: print w/replies, xml ) Need Help??

vikram007 has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re: percentage problem
by moritz (Cardinal) on Oct 17, 2012 at 09:11 UTC
Re: percentage problem
by marto (Cardinal) on Oct 17, 2012 at 09:22 UTC
Re: percentage problem
by NetWallah (Canon) on Oct 17, 2012 at 15:21 UTC
    Use a formula like this one from the documentation:
    $worksheet->write('A12', '=A3 + 3*A4' ); # write_formula() # For your case, # Use my $format = $workbook->add_format(); # Create a percentage +format (Do some research here) $worksheet->write('A6', '=(A4+100)*100/(A5+200)' ,$format ); # + write_formula()

                 I hope life isn't a big joke, because I don't get it.
                       -SNL

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://999494]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (4)
As of 2024-04-26 00:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found