Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    $worksheet->write($row+2, $col, "World2");
    
    $workbook->close();
    
  2. or download this
    my $parser   = new Spreadsheet::ParseExcel::SaveParser;
    my $template = $parser->Parse('template.xls');
    
  3. or download this
    my $excel = Spreadsheet::XLSX -> new ('test.xlsx');