Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    # Write a formatted and unformatted string, row and column notation.
    $worksheet->write( 'C3', 'Hi Excel!');
    $worksheet->write_comment( 'C3', 'Comment with Color', color => 'green
    +' );