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

This node falls below the community's minimum standard of quality and will not be displayed.

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