Help for this page

Select Code to Download


  1. or download this
    $worksheet->write_rich_string($i, $j, $row_markup);
    
  2. or download this
    #!/usr/bin/env perl
    
    ...
    print "\$red is a: ", ref($red), "\n";
    print "\$red stringifies to: ", $red, "\n";
    exit;
    
  3. or download this
    $red is a: Excel::Writer::XLSX::Format
    $red stringifies to: Excel::Writer::XLSX::Format=HASH(0x7f8c741a4f78)