Help for this page

Select Code to Download


  1. or download this
    my $sRGB = $parser->ColorIdxToRGB($format->{Fill}->[2]);
    my $sRGB_2 = $workbook->color_idx_to_rgb($format->{Fill}->[2]);
    
  2. or download this
    #---------------------------------------------------------------------
    +---------
    # ColorIdxToRGB (for Spreadsheet::ParseExcel)
    ...
    
        return $currentbook->color_idx_to_rgb( $iIdx );
    }