Help for this page

Select Code to Download


  1. or download this
    use Spreadsheet::WriteExcel;
    
    my $workbook  = Spreadsheet::WriteExcel->new("Example.xls");
    ...
    
    $worksheet->write_string(0, 4, '$77,777');
    $workbook->close();